mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
21 lines
390 B
ReStructuredText
21 lines
390 B
ReStructuredText
|
|
===========
|
|
Quick start
|
|
===========
|
|
|
|
.. meta::
|
|
:description: Quickstart guide
|
|
:keywords: ptba, pytba, pyTelegramBotAPI, quickstart, guide
|
|
|
|
Synchronous TeleBot
|
|
-------------------
|
|
.. literalinclude:: ../../examples/echo_bot.py
|
|
:language: python
|
|
|
|
Asynchronous TeleBot
|
|
--------------------
|
|
.. literalinclude:: ../../examples/asynchronous_telebot/echo_bot.py
|
|
:language: python
|
|
|
|
|