1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

new_chat_members content type and new send_action actions

This commit is contained in:
Kylmakalle
2017-05-21 14:27:31 +03:00
parent 443d81d4db
commit 3f5596ddce
2 changed files with 4 additions and 1 deletions

View File

@@ -576,7 +576,7 @@ class TeleBot:
its typing status).
:param chat_id:
:param action: One of the following strings: 'typing', 'upload_photo', 'record_video', 'upload_video',
'record_audio', 'upload_audio', 'upload_document', 'find_location'.
'record_audio', 'upload_audio', 'upload_document', 'find_location', 'record_video_note', 'upload_video_note'.
:return: API reply. :type: boolean
"""
return apihelper.send_chat_action(self.token, chat_id, action)