mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-25 00:27:46 +01:00
mention beta version in README
This commit is contained in:
parent
017fdeaae8
commit
23b37c9ea4
1 changed files with 7 additions and 1 deletions
|
@ -84,7 +84,13 @@ make the development of bots easy and straightforward. These classes are contain
|
|||
Telegram API support
|
||||
====================
|
||||
|
||||
As of **4. Dec 2016**, all types and methods of the Telegram Bot API are supported.
|
||||
As of **21. May 2017**, all types and methods of the Telegram Bot API 2.3.1 are supported. Additionally, the ``deleteMessage`` API function and the field ``User.language_code`` are supported.
|
||||
|
||||
Also, version 6.1 beta 0 is available, offering full but experimental Bot API 3.0 coverage:
|
||||
|
||||
.. code:: shell
|
||||
|
||||
$ pip install python-telegram-bot==6.1b0
|
||||
|
||||
==========
|
||||
Installing
|
||||
|
|
Loading…
Reference in a new issue