Refactor dispatcher. Update docs. Fix tests.

This commit is contained in:
Alex Root Junior 2020-11-18 02:05:52 +02:00
parent 9539c4e2fd
commit d3b488e16d
290 changed files with 2153 additions and 1780 deletions

View file

@ -12,7 +12,7 @@ Notes
Returns: :obj:`List[Update]`
.. automodule:: aiogram.api.methods.get_updates
.. automodule:: aiogram.methods.get_updates
:members:
:member-order: bysource
:special-members: __init__
@ -36,8 +36,8 @@ Method as object
Imports:
- :code:`from aiogram.methods import GetUpdates`
- :code:`from aiogram.api.methods import GetUpdates`
- :code:`from aiogram.api.methods.get_updates import GetUpdates`
- :code:`from aiogram.methods import GetUpdates`
- :code:`from aiogram.methods.get_updates import GetUpdates`
In handlers with current bot
----------------------------