shipany.bot.contrib.aiogram.webhook
shipany.bot.contrib.aiogram.webhook package
Submodules
shipany.bot.contrib.aiogram.webhook.bindings module
shipany.bot.contrib.aiogram.webhook.bindings.default_bindings(binder)
Bind the default dependencies.
- Parameters:
binder (
Binder) — The dependency injector binder. - Return type: None
shipany.bot.contrib.aiogram.webhook.events module
class shipany.bot.contrib.aiogram.webhook.events.OnStartupDispatcher
Bases: OnStartupDispatcher
The dispatcher to handle the startup event.
class shipany.bot.contrib.aiogram.webhook.events.OnUpdatesDispatcher
Bases: OnUpdatesDispatcher
The dispatcher to handle the updates.
class shipany.bot.contrib.aiogram.webhook.events.OnShutdownDispatcher
Bases: OnShutdownDispatcher
The dispatcher to handle the shutdown event.