Update quick_start.rst (#439)

Handler without filters catches only text messages
This commit is contained in:
Lamroy95 2020-11-08 18:45:39 +03:00 committed by GitHub
parent 4783c4f268
commit fc177b567f
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