<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. 如何在一个电报机器人中管理更多的用户?

      How to manage more users in a telegram bot?(如何在一个电报机器人中管理更多的用户?)

      <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
                

                这篇关于如何在一个电报机器人中管理更多的用户?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                groupby multiple coords along a single dimension in xarray(在xarray中按单个维度的多个坐标分组)
                Group by and Sum in Pandas without losing columns(Pandas中的GROUP BY AND SUM不丢失列)
                Group by + New Column + Grab value former row based on conditionals(GROUP BY+新列+基于条件的前一行抓取值)
                Groupby and interpolate in Pandas(PANDA中的Groupby算法和插值算法)
                Pandas - Group Rows based on a column and replace NaN with non-null values(PANAS-基于列对行进行分组,并将NaN替换为非空值)
                Grouping pandas DataFrame by 10 minute intervals(按10分钟间隔对 pandas 数据帧进行分组)
                <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>
                  • <legend id='1nTtH'><style id='1nTtH'><dir id='1nTtH'><q id='1nTtH'></q></dir></style></legend>

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

                          <tbody id='1nTtH'></tbody>

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