1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00
pyTelegramBotAPI/docs/source/quick_start.rst

17 lines
282 B
ReStructuredText
Raw Normal View History

2022-02-19 19:56:51 +03:00
===========
Quick start
===========
Synchronous TeleBot
-------------------
2022-02-19 22:40:25 +03:00
.. literalinclude:: ../../examples/echo_bot.py
2022-02-19 19:56:51 +03:00
:language: python
Asynchronous TeleBot
--------------------
2022-02-19 22:40:25 +03:00
.. literalinclude:: ../../examples/asynchronous_telebot/echo_bot.py
2022-02-19 19:56:51 +03:00
:language: python