Relative Content

Tag Archive for python-3.xtelegrampython-telegram-bot

How to keep Telegram bot “Inlinekeyboard” responsive at all times?

I have a telegram bot writed by python-telegram-bot, I am using InlineKeyboard in Conversation to make the user continue, now I have a problem: when I clicked the “btn1” to get the next InlineKeyboard(“Second message content”), like the picture shows, I can’t go back to “First message content” and click the ‘btn2’ or ‘btn3’ to choose other items, why can’t I click it again?
enter image description here