Main.py 文件源码

python
阅读 19 收藏 0 点赞 0 评论 0

项目:grovebot 作者: mrsofia 项目源码 文件源码
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), [], []]
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号