?
for example:
def inlinekey(bot,update):
....
def inlinehandler(bot,update):
if update.update.callback_query.data:
take_msg_from_user()
....
#adding handler
...
updater.start_polling()
look at the conversation handler
Обсуждают сегодня