mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +01:00
Update README.rst
This commit is contained in:
parent
90ec3af0c5
commit
ddfb22c73d
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ View the last release API documentation at: https://core.telegram.org/bots/api
|
||||||
API
|
API
|
||||||
---
|
---
|
||||||
|
|
||||||
The API is exposed via the ``telegram.Bot`` class.
|
The API is exposed via the ``telegram.Bot`` class::
|
||||||
|
|
||||||
>>> import telegram
|
>>> import telegram
|
||||||
>>> bot = telegram.Bot(token='token')
|
>>> bot = telegram.Bot(token='token')
|
||||||
|
|
Loading…
Reference in a new issue