fix: fix stacked_buttons_markup macro

This commit is contained in:
Akulij 2025-05-02 14:30:07 +03:00
parent ed379cc418
commit 1b9a6dce81

View File

@ -21,7 +21,7 @@ macro_rules! stacked_buttons_markup {
InlineKeyboardMarkup { InlineKeyboardMarkup {
inline_keyboard: vec![ inline_keyboard: vec![
$( $(
vec![$button] vec![$button],
)* )*
], ],
} }