I want my telegram bot wait until user answers with telebot and callback handler

后端 未结 0 1942
猫巷女王i
猫巷女王i 2020-11-21 23:37

I am writing a telegram bot with telebot. I have following piece of code:

@bot.message_handler(commands=["play"])
def game(message):
    bot.send_me         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题