aiogram/docs/source/examples/echo_bot.rst

10 lines
223 B
ReStructuredText
Raw Normal View History

2018-09-07 21:24:13 +03:00
Echo bot
========
Very simple example of the bot which will sent text of the received messages to the sender
.. literalinclude:: ../../../examples/echo_bot.py
:caption: echo_bot.py
:language: python
:linenos: