I want to send message “thanks for your feedback” if user wrote feedback

前端 未结 0 1248
不思量自难忘°
不思量自难忘° 2021-01-29 21:24
import telebot
from telebot import types

bot = telebot.TeleBot(config.TOKEN)


@bot.message_handler(commands=[\'start\'])
def start_command(message):
    bot.send_messa         


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