mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +01:00
Update README.rst
This commit is contained in:
parent
acc939b5b9
commit
f020ab8aa2
1 changed files with 11 additions and 1 deletions
12
README.rst
12
README.rst
|
@ -32,7 +32,7 @@ Table of contents
|
||||||
_`Introduction`
|
_`Introduction`
|
||||||
===============
|
===============
|
||||||
|
|
||||||
This library provides a pure Python interface for the `Telegram Bot API <https://core.telegram.org/bots/api>`_. It works with Python versions from 2.6+. Python 3 support is under development. It also works with `Google App Engine <https://cloud.google.com/appengine>`_ (billing has to be enabled for fully Socket API support).
|
This library provides a pure Python interface for the `Telegram Bot API <https://core.telegram.org/bots/api>`_. It works with Python versions from 2.6+. It also works with `Google App Engine <https://cloud.google.com/appengine>`_ (billing has to be enabled for fully Socket API support).
|
||||||
|
|
||||||
=========
|
=========
|
||||||
_`Status`
|
_`Status`
|
||||||
|
@ -56,6 +56,16 @@ getUserProfilePhotos Yes
|
||||||
setWebhook Yes
|
setWebhook Yes
|
||||||
========================= ============
|
========================= ============
|
||||||
|
|
||||||
|
|
||||||
|
============== ============
|
||||||
|
Python Version *Supported?*
|
||||||
|
============== ============
|
||||||
|
2.6 Yes
|
||||||
|
2.7 Yes
|
||||||
|
3.3 Yes
|
||||||
|
3.4 Yes
|
||||||
|
============== ============
|
||||||
|
|
||||||
=============
|
=============
|
||||||
_`Installing`
|
_`Installing`
|
||||||
=============
|
=============
|
||||||
|
|
Loading…
Reference in a new issue