mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update examples/echo_bot.py
Co-authored-by: Oleg A. <t0rr@mail.ru>
This commit is contained in:
parent
01e5b3e456
commit
c9af1c1661
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue