КА
Size: a a a
КА
Đ
️️
️️
КА
from tg import bot
import telebot
keyboard = telebot.types.InlineKeyboardMarkup()
buttons = []
for i in range(10):
btn = telebot.types.InlineKeyboardButton(text=str(i), callback_data=str(i))
buttons.append(btn)
keyboard.add(*buttons)
bot.send_message(message.chat_id, "buttons", reply_markup=keyboard)
C
КА
ダ
КА
C
ダ
ダ
️️
КА
C
КА
КА