Categories
PyTelegramBotAPI how to use register_next_step_handler with inline buttons?
How to use the register_next_step_handler(message, func) function with inline buttons so that when they are clicked, data is passed to the called function?
Answer the question
In order to leave comments, you need to log in
What for? There is a separate handler for handling inline keyboard https://github.com/eternnoir/pyTelegramBotAPI/blob... @bot.callback_query_handler()
@bot.callback_query_handler()
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question