Updating README

This commit is contained in:
Leandro Toledo 2015-07-10 22:24:24 -03:00
parent a11bbba099
commit b0c5a714c2

View file

@ -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