shipany.bot.contrib.aiogram.process.json_path_action
shipany.bot.contrib.aiogram.process.json_path_action package
Submodules
shipany.bot.contrib.aiogram.process.json_path_action.v1 module
shipany.bot.contrib.aiogram.process.json_path_action.v1.process(ctx, action)
Process the JSON path action.
- Parameters:
- ctx (
ConversationContext) — The conversation context. - action (
JsonPathAction) — The JSON path action to process.
- ctx (
- Returns: The dispatched result.
- Return type: Continue | Terminate