def get_fuego(msg):
callback_data = str(telepot.message_identifier(msg))
markup = InlineKeyboardMarkup(inline_keyboard=[
[InlineKeyboardButton(text='up-fuego \U0001f525', callback_data=callback_data)]
])
user = get_user_identifier(msg)
bot_msg = bot.sendMessage(msg["chat"]["id"], user +
' with the new hotness!\n', reply_markup=markup)
fuego_count[callback_data] = [telepot.message_identifier(bot_msg), [], []]
评论列表
文章目录