shipany.bot.contrib.aiogram.process.timeout_action
shipany.bot.contrib.aiogram.process.timeout_action package
Submodules
shipany.bot.contrib.aiogram.process.timeout_action.v1 module
shipany.bot.contrib.aiogram.process.timeout_action.v1.process(ctx, action, scheduler)
Process the timeout action.
- Parameters:
- ctx (
ConversationContext) — The conversation context. - action (
TimeoutAction) — The timeout action to process. - scheduler (
ScheduleServer) — The scheduler server.
- ctx (
- Returns: The dispatched result.
- Return type: Continue