<legend id='mJgKx'><style id='mJgKx'><dir id='mJgKx'><q id='mJgKx'></q></dir></style></legend>

    <i id='mJgKx'><tr id='mJgKx'><dt id='mJgKx'><q id='mJgKx'><span id='mJgKx'><b id='mJgKx'><form id='mJgKx'><ins id='mJgKx'></ins><ul id='mJgKx'></ul><sub id='mJgKx'></sub></form><legend id='mJgKx'></legend><bdo id='mJgKx'><pre id='mJgKx'><center id='mJgKx'></center></pre></bdo></b><th id='mJgKx'></th></span></q></dt></tr></i><div id='mJgKx'><tfoot id='mJgKx'></tfoot><dl id='mJgKx'><fieldset id='mJgKx'></fieldset></dl></div>

    <tfoot id='mJgKx'></tfoot>

    1. <small id='mJgKx'></small><noframes id='mJgKx'>

        <bdo id='mJgKx'></bdo><ul id='mJgKx'></ul>
    2. 如何在一个电报机器人中管理更多的用户?

      时间:2024-08-22

      <small id='vDOXH'></small><noframes id='vDOXH'>

        • <bdo id='vDOXH'></bdo><ul id='vDOXH'></ul>
            <tbody id='vDOXH'></tbody>

              <i id='vDOXH'><tr id='vDOXH'><dt id='vDOXH'><q id='vDOXH'><span id='vDOXH'><b id='vDOXH'><form id='vDOXH'><ins id='vDOXH'></ins><ul id='vDOXH'></ul><sub id='vDOXH'></sub></form><legend id='vDOXH'></legend><bdo id='vDOXH'><pre id='vDOXH'><center id='vDOXH'></center></pre></bdo></b><th id='vDOXH'></th></span></q></dt></tr></i><div id='vDOXH'><tfoot id='vDOXH'></tfoot><dl id='vDOXH'><fieldset id='vDOXH'></fieldset></dl></div>
            1. <legend id='vDOXH'><style id='vDOXH'><dir id='vDOXH'><q id='vDOXH'></q></dir></style></legend>

            2. <tfoot id='vDOXH'></tfoot>
                本文介绍了如何在一个电报机器人中管理更多的用户?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我用python制作了一个电报机器人,它发送的消息类似于

                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-将每次重新启动程序时保存的变量存储在列表中 下一篇:我怎么才能让这个机器人连续运行呢?

                相关文章

                <i id='1nTtH'><tr id='1nTtH'><dt id='1nTtH'><q id='1nTtH'><span id='1nTtH'><b id='1nTtH'><form id='1nTtH'><ins id='1nTtH'></ins><ul id='1nTtH'></ul><sub id='1nTtH'></sub></form><legend id='1nTtH'></legend><bdo id='1nTtH'><pre id='1nTtH'><center id='1nTtH'></center></pre></bdo></b><th id='1nTtH'></th></span></q></dt></tr></i><div id='1nTtH'><tfoot id='1nTtH'></tfoot><dl id='1nTtH'><fieldset id='1nTtH'></fieldset></dl></div>
                <tfoot id='1nTtH'></tfoot>
                1. <legend id='1nTtH'><style id='1nTtH'><dir id='1nTtH'><q id='1nTtH'></q></dir></style></legend>

                  1. <small id='1nTtH'></small><noframes id='1nTtH'>

                      <bdo id='1nTtH'></bdo><ul id='1nTtH'></ul>