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

@ -6,7 +6,7 @@ Use this method to edit only the reply markup of messages. On success, if edited
Returns: :obj:`Union[Message, bool]`
.. automodule:: aiogram.api.methods.edit_message_reply_markup
.. automodule:: aiogram.methods.edit_message_reply_markup
:members:
:member-order: bysource
:special-members: __init__
@ -30,8 +30,8 @@ Method as object
Imports:
- :code:`from aiogram.methods import EditMessageReplyMarkup`
- :code:`from aiogram.api.methods import EditMessageReplyMarkup`
- :code:`from aiogram.api.methods.edit_message_reply_markup import EditMessageReplyMarkup`
- :code:`from aiogram.methods import EditMessageReplyMarkup`
- :code:`from aiogram.methods.edit_message_reply_markup import EditMessageReplyMarkup`
In handlers with current bot
----------------------------