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
|
Status
|
||||||
==========
|
==========
|
||||||
|
|
||||||
+-------+-------------------+--------------+
|
========================= ============
|
||||||
| Telegram Bot API Method | *Supported?* |
|
Telegram Bot API Method *Supported?*
|
||||||
+=======+===================+==============+
|
========================= ============
|
||||||
| getMe | Yes |
|
getMe Yes
|
||||||
| sendMessage | Yes |
|
sendMessage Yes
|
||||||
| forwardMessage | Yes |
|
forwardMessage Yes
|
||||||
| sendPhoto | Yes |
|
sendPhoto Yes
|
||||||
| sendAudio | Yes |
|
sendAudio Yes
|
||||||
| sendDocument | Yes |
|
sendDocument Yes
|
||||||
| sendSticker | Yes |
|
sendSticker Yes
|
||||||
| sendVideo | Yes |
|
sendVideo Yes
|
||||||
| sendLocation | Yes |
|
sendLocation Yes
|
||||||
| sendChatAction | Yes |
|
sendChatAction Yes
|
||||||
| getUpdates | Yes |
|
getUpdates Yes
|
||||||
| getUserProfilePhotos | Yes |
|
getUserProfilePhotos Yes
|
||||||
| setWebhook | Yes |
|
setWebhook Yes
|
||||||
+-------+-------------------+--------------+
|
========================= ============
|
||||||
|
|
||||||
==========
|
==========
|
||||||
Installing
|
Installing
|
||||||
|
|
Loading…
Reference in a new issue