Update quick_start.rst

Handler without filters catches only text messages
This commit is contained in:
Lamroy95 2020-10-07 04:23:07 +03:00 committed by GitHub
parent 1e2fe72aca
commit 3e31a203ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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