Is it possible with the python-telegram-bot wrapper to use more than one callback query handler?
I would like to have multiple unique handlers but as far as I can tell, there can only be one. This means I'd have to base which inline keyboards I show on the initiating message text.
Is there something I'm missing?
You can use ConversationHandler wrapper for that. Check code bellow: