gpt4 book ai didi

python - 如何在 Telegram Bot 中管理更多用户?

转载 作者:太空宇宙 更新时间:2023-11-03 14:48:13 25 4
gpt4 key购买 nike

我用 python 做了一个 Telegram Bot ,它发送如下消息

if message == '/start':
bot.sendMessage(chat_id, "Insert your name:")
a = 'name'
if a == 'name' and message != '/start'
name_user = message
bot.sendMessage(chat_id, "Insert your birthday:")
a = 'birth'
and so on for other information...

当两个用户同时使用我的机器人时,问题就出现了,因为第一个用户更改了“a”,所以第二个用户从出生开始,而不是名字,有人可以帮助我吗?

最佳答案

使用用户 ID 存储。

a[chat_id] = name

关于python - 如何在 Telegram Bot 中管理更多用户?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46099662/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com