You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+25-11Lines changed: 25 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,29 @@ By `Leandro Toledo <leandrotoledodesouza@gmail.com>`_
12
12
Introduction
13
13
============
14
14
15
-
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.
15
+
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>`_.
16
+
17
+
==========
18
+
Status
19
+
==========
20
+
21
+
+-------+-------------------+--------------+
22
+
| Telegram Bot API Method | *Supported?* |
23
+
+=======+===================+==============+
24
+
| getMe | Yes |
25
+
| sendMessage | Yes |
26
+
| forwardMessage | Yes |
27
+
| sendPhoto | Yes |
28
+
| sendAudio | Yes |
29
+
| sendDocument | Yes |
30
+
| sendSticker | Yes |
31
+
| sendVideo | Yes |
32
+
| sendLocation | Yes |
33
+
| sendChatAction | Yes |
34
+
| getUpdates | Yes |
35
+
| getUserProfilePhotos | Yes |
36
+
| setWebhook | Yes |
37
+
+-------+-------------------+--------------+
16
38
17
39
==========
18
40
Installing
@@ -33,21 +55,13 @@ Check out the latest development version anonymously with::
0 commit comments