ConversationHandler¶
- class pyrogram.handlers.ConversationHandler
Bases:
MessageHandler,CallbackQueryHandlerThe Conversation handler class.
- async check(client, update)
Check whether this handler should process the given update.
- async static callback(_, __)
Run the handler callback with the given client and update.
- delete_waiter(chat_id, future)
Remove a registered conversation waiter.