AH
import telebot
from telebot import types
bot = telebot.TeleBot('*************')
@bot.callback_query_handler(func=lambda call: True)
def callback_inline(call):
if call.data == 'Firing':
print(call)
bot.send_message(call.message.chat.id, "Ok")
Size: a a a
AH
import telebot
from telebot import types
bot = telebot.TeleBot('*************')
@bot.callback_query_handler(func=lambda call: True)
def callback_inline(call):
if call.data == 'Firing':
print(call)
bot.send_message(call.message.chat.id, "Ok")
KA
@bot.callback_query_handler(func=lambda call: True)
def callback_inline(call):
if call.data == 'Firing':
print(call)
bot.send_message(call.message.chat.id, "Ok")
AH
KA
т
т
KA
т
KA
KA
AH
AH
KA
AH
т
AH
т
AH
AH
AH