File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -530,8 +530,8 @@ def sendChatAction(self,
530530 is about to receive:
531531 - ChatAction.TYPING for text messages,
532532 - ChatAction.UPLOAD_PHOTO for photos,
533- - ChatAction.UPLOAD_VIDEO or upload_video for videos,
534- - ChatAction.UPLOAD_AUDIO or upload_audio for audio files,
533+ - ChatAction.UPLOAD_VIDEO for videos,
534+ - ChatAction.UPLOAD_AUDIO for audio files,
535535 - ChatAction.UPLOAD_DOCUMENT for general files,
536536 - ChatAction.FIND_LOCATION for location data.
537537 """
Original file line number Diff line number Diff line change 2020class ChatAction (object ):
2121 TYPING = 'typing'
2222 UPLOAD_PHOTO = 'upload_photo'
23- RECORD_VIDEO = 'upload_video'
24- RECORD_AUDIO = 'upload_audio'
23+ RECORD_VIDEO = 'record_video'
24+ UPLOAD_VIDEO = 'upload_video'
25+ RECORD_AUDIO = 'record_audio'
26+ UPLOAD_AUDIO = 'upload_audio'
2527 UPLOAD_DOCUMENT = 'upload_document'
2628 FIND_LOCATION = 'find_location'
You can’t perform that action at this time.
0 commit comments