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

Merge pull request #1459 from coder2020official/master

Fixed documentation and added link
This commit is contained in:
Badiboy 2022-02-19 22:48:37 +03:00 committed by GitHub
commit 7309f92c36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -11,6 +11,8 @@
## <p align="center">Supporting Bot API version: <a href="https://core.telegram.org/bots/api#january-31-2022">5.7</a>!
<h2><a href='https://pytba.readthedocs.io/en/latest/index.html'>Official documentation</a></h2>
## Contents
* [Getting started](#getting-started)

View File

@ -5,12 +5,12 @@ Quick start
Synchronous TeleBot
-------------------
.. literalinclude:: ../examples/echo_bot.py
.. literalinclude:: ../../examples/echo_bot.py
:language: python
Asynchronous TeleBot
--------------------
.. literalinclude:: ../examples/asynchronous_telebot/echo_bot.py
.. literalinclude:: ../../examples/asynchronous_telebot/echo_bot.py
:language: python