标签: telegram-bot python-telegram-bot
我正在使用Python,之前已经构建了Telegram聊天机器人。 但是,现在我想创建一个聊天机器人,当有人邀请它时,它会发送一条初始消息,上面写着类似"输入/开始执行指令"。
这是为了确保他们在第一次邀请机器人时知道该怎么做。可以这样做吗?
我正在尝试使用bot.send_message(chat_id=chat_id, text="type /start for instructions"),但问题是我不知道如何获得chat_id。
bot.send_message(chat_id=chat_id, text="type /start for instructions")
chat_id
答案 0 :(得分:1)
不幸的是,你不能这样做:(
以下是您可能感兴趣的另一种方式:@BotFather中的/setdescription。
/setdescription
它将显示在这个机器人可以做什么?部分如下图所示。