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

@ -8,7 +8,7 @@ Alternatively, the user can be redirected to the specified Game URL. For this op
Returns: :obj:`bool`
.. automodule:: aiogram.api.methods.answer_callback_query
.. automodule:: aiogram.methods.answer_callback_query
:members:
:member-order: bysource
:special-members: __init__
@ -32,8 +32,8 @@ Method as object
Imports:
- :code:`from aiogram.methods import AnswerCallbackQuery`
- :code:`from aiogram.api.methods import AnswerCallbackQuery`
- :code:`from aiogram.api.methods.answer_callback_query import AnswerCallbackQuery`
- :code:`from aiogram.methods import AnswerCallbackQuery`
- :code:`from aiogram.methods.answer_callback_query import AnswerCallbackQuery`
In handlers with current bot
----------------------------