mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update quick_start.rst (#439)
Handler without filters catches only text messages
This commit is contained in:
parent
4783c4f268
commit
fc177b567f
1 changed files with 1 additions and 1 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