АМ
Size: a a a
АМ
АМ
АМ
АМ
$
АМ
АМ
АМ
К
keyboard_markup = types.InlineKeyboardMarkup(row_width=3)10 строк от силы
text_and_data = (
('Yes!', 'yes'),
('No!', 'no'),
)
row_btns = (types.InlineKeyboardButton(text, callback_data=data) for text, data in text_and_data)
keyboard_markup.row(*row_btns)
keyboard_markup.add(
types.InlineKeyboardButton('aiogram source', url='https://github.com/aiogram/aiogram'),
)
АМ
АМ
АМ
Z
АМ
АМ
К
К
АМ
$