= types.InlineKeyboardMarkup(row_width = 2)
balance.add(types.InlineKeyboardButton('📥 Внести',callback_data="in-money"),
types.InlineKeyboardButton('📤 Вывести',callback_data="out-money"),
types.InlineKeyboardButton('🆓 Получить бесплатные монеты',url='https://telegram.me'))
Есть декоратор inline_handler
https://groosha.gitbook.io/telegram-bot-lessons/chapter7
Обсуждают сегодня