Add send_chat_action to readme.

This commit is contained in:
eternnoir 2015-06-28 17:58:15 +08:00
parent dd0f7ab1d5
commit a8af3eb269
1 changed files with 5 additions and 0 deletions

View File

@ -105,6 +105,11 @@ tb.send_video(chat_id, video)
# sendLocation
tb.send_location(chat_id, lat, lon)
# sendChatAction
# action_string can be : typing,upload_photo,record_video,upload_video,record_audio,upload_audio,upload_document,
# find_location.
tb.send_chat_action(chat_id, action_string)
```
## Message notifier