Merge remote-tracking branch 'origin/dev-3.x-flat-package' into dev-3.x-flat-package

This commit is contained in:
Alex Root Junior 2022-08-07 16:47:13 +03:00
commit 2d30b0aad1
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

View file

@ -14,7 +14,7 @@ async def command_start_handler(message: Message) -> None:
"""
This handler receive messages with `/start` command
"""
# Most event objects has an aliases for API methods to be called in event context
# Most event objects have aliases for API methods that can be called in events' context
# For example if you want to answer to incoming message you can use `message.answer(...)` alias
# and the target chat will be passed to :ref:`aiogram.methods.send_message.SendMessage`
# method automatically or call API method directly via