2022-02-19 19:56:51 +03:00
|
|
|
.. pyTelegramBotAPI documentation master file, created by
|
|
|
|
sphinx-quickstart on Fri Feb 18 20:58:37 2022.
|
|
|
|
You can adapt this file completely to your liking, but it should at least
|
|
|
|
contain the root `toctree` directive.
|
|
|
|
|
|
|
|
|
|
|
|
Welcome to pyTelegramBotAPI's documentation!
|
|
|
|
============================================
|
|
|
|
|
2022-05-01 21:19:46 +03:00
|
|
|
.. meta::
|
|
|
|
:description: Official documentation of pyTelegramBotAPI
|
|
|
|
:keywords: ptba, pytba, pyTelegramBotAPI, documentation, guide
|
|
|
|
|
|
|
|
|
2022-02-19 19:56:51 +03:00
|
|
|
=======
|
|
|
|
TeleBot
|
|
|
|
=======
|
2022-02-19 20:41:09 +03:00
|
|
|
TeleBot is synchronous and asynchronous implementation of `Telegram Bot API <https://core.telegram.org/bots/api>`_.
|
2022-02-19 19:56:51 +03:00
|
|
|
|
2022-02-19 20:41:09 +03:00
|
|
|
Chats
|
|
|
|
-----
|
|
|
|
English chat: `Private chat <https://telegram.me/joinchat/Bn4ixj84FIZVkwhk2jag6A>`__
|
|
|
|
|
|
|
|
Russian chat: `@pytelegrambotapi_talks_ru <https://t.me/pytelegrambotapi_talks_ru>`__
|
|
|
|
|
|
|
|
News: `@pyTelegramBotAPI <https://t.me/pytelegrambotapi>`__
|
|
|
|
|
|
|
|
Pypi: `Pypi <https://pypi.org/project/pyTelegramBotAPI/>`__
|
|
|
|
|
|
|
|
Source: `Github repository <https://github.com/eternnoir/pyTelegramBotAPI>`__
|
|
|
|
|
|
|
|
Some features:
|
2022-03-07 12:24:28 +03:00
|
|
|
--------------
|
2022-02-19 20:41:09 +03:00
|
|
|
Easy to learn and use.
|
|
|
|
|
|
|
|
Easy to understand.
|
|
|
|
|
|
|
|
Both sync and async.
|
|
|
|
|
|
|
|
Examples on features.
|
|
|
|
|
|
|
|
States
|
|
|
|
|
|
|
|
And more...
|
|
|
|
|
|
|
|
Content
|
2022-02-19 19:56:51 +03:00
|
|
|
--------
|
|
|
|
.. toctree::
|
|
|
|
|
|
|
|
install
|
|
|
|
quick_start
|
|
|
|
types
|
|
|
|
sync_version/index
|
|
|
|
async_version/index
|
|
|
|
calldata
|
|
|
|
util
|
2022-04-30 22:28:00 +03:00
|
|
|
formatting
|
2022-02-19 19:56:51 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|
|
|
|
|
2022-02-19 20:41:09 +03:00
|
|
|
|