shipany.bot.contrib.aiogram.process.message_action
shipany.bot.contrib.aiogram.process.message_action package
Submodules
shipany.bot.contrib.aiogram.process.message_action.v1 module
shipany.bot.contrib.aiogram.process.message_action.v1.process(ctx, action)
Process the message action.
- Parameters:
- ctx (
ConversationContext) — The conversation context. - action (
MessageAction) — The message action to process.
- ctx (
- Returns: The dispatched result.
- Return type: AwaitObjectAndContinue