From a8af3eb269aec475a09ff5e1af36e12a2a18f8e1 Mon Sep 17 00:00:00 2001 From: eternnoir Date: Sun, 28 Jun 2015 17:58:15 +0800 Subject: [PATCH] Add send_chat_action to readme. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 93a2e73..b879cca 100644 --- a/README.md +++ b/README.md @@ -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