mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 22:45:09 +01:00
Updating README
This commit is contained in:
parent
a11bbba099
commit
b0c5a714c2
1 changed files with 17 additions and 17 deletions
34
README.rst
34
README.rst
|
@ -18,23 +18,23 @@ This library provides a pure Python interface for the `Telegram Bot API <https:/
|
|||
Status
|
||||
==========
|
||||
|
||||
+-------+-------------------+--------------+
|
||||
| Telegram Bot API Method | *Supported?* |
|
||||
+=======+===================+==============+
|
||||
| getMe | Yes |
|
||||
| sendMessage | Yes |
|
||||
| forwardMessage | Yes |
|
||||
| sendPhoto | Yes |
|
||||
| sendAudio | Yes |
|
||||
| sendDocument | Yes |
|
||||
| sendSticker | Yes |
|
||||
| sendVideo | Yes |
|
||||
| sendLocation | Yes |
|
||||
| sendChatAction | Yes |
|
||||
| getUpdates | Yes |
|
||||
| getUserProfilePhotos | Yes |
|
||||
| setWebhook | Yes |
|
||||
+-------+-------------------+--------------+
|
||||
========================= ============
|
||||
Telegram Bot API Method *Supported?*
|
||||
========================= ============
|
||||
getMe Yes
|
||||
sendMessage Yes
|
||||
forwardMessage Yes
|
||||
sendPhoto Yes
|
||||
sendAudio Yes
|
||||
sendDocument Yes
|
||||
sendSticker Yes
|
||||
sendVideo Yes
|
||||
sendLocation Yes
|
||||
sendChatAction Yes
|
||||
getUpdates Yes
|
||||
getUserProfilePhotos Yes
|
||||
setWebhook Yes
|
||||
========================= ============
|
||||
|
||||
==========
|
||||
Installing
|
||||
|
|
Loading…
Reference in a new issue