mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
More docs
This commit is contained in:
parent
4008a3114d
commit
322a98bc1b
12 changed files with 77 additions and 28 deletions
|
|
@ -52,21 +52,3 @@ All updates can be propagated to the dispatcher by :obj:`Dispatcher.feed_update(
|
|||
...
|
||||
|
||||
result = await dp.feed_update(bot=bot, update=incoming_update)
|
||||
|
||||
Polling
|
||||
=======
|
||||
|
||||
.. warning::
|
||||
|
||||
not yet docummented
|
||||
|
||||
...
|
||||
|
||||
Webhook
|
||||
=======
|
||||
|
||||
.. warning::
|
||||
|
||||
not yet docummented
|
||||
|
||||
...
|
||||
|
|
|
|||
|
|
@ -20,3 +20,6 @@ Dispatcher is subclass of router and should be always is root router.
|
|||
observer
|
||||
router
|
||||
dispatcher
|
||||
class_based_handlers/index
|
||||
filters/index
|
||||
filters/magic_filters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue