mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Merge branch 'dev-2.x' into dev-2.x-api-5.0
This commit is contained in:
commit
a7d759cdbe
3 changed files with 20 additions and 6 deletions
|
|
@ -24,7 +24,7 @@ Next step: interaction with bots starts with one command. Register your first co
|
|||
:language: python
|
||||
:lines: 20-25
|
||||
|
||||
If you want to handle all messages in the chat simply add handler without filters:
|
||||
If you want to handle all text messages in the chat simply add handler without filters:
|
||||
|
||||
.. literalinclude:: ../../examples/echo_bot.py
|
||||
:language: python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue