Merge branch 'dev-2.x' into dev-2.x-api-5.0

This commit is contained in:
Alex Root Junior 2020-11-08 17:48:51 +02:00 committed by GitHub
commit a7d759cdbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 6 deletions

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