shipany.bot.contrib.aiogram.process.state_action
shipany.bot.contrib.aiogram.process.state_action package
Submodules
shipany.bot.contrib.aiogram.process.state_action.v1 module
shipany.bot.contrib.aiogram.process.state_action.v1.process(ctx, action)
Process the state action.
- Parameters:
- ctx (
ConversationContext) — The conversation context. - action (
StateAction) — The state action to process.
- ctx (
- Returns: The dispatched result.
- Return type: Continue