X Tutup
Skip to content

Commit 65929a0

Browse files
committed
VideoNote chatactions
1 parent 4426eb0 commit 65929a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

telegram/chataction.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ class ChatAction(object):
3131
UPLOAD_AUDIO = 'upload_audio'
3232
UPLOAD_DOCUMENT = 'upload_document'
3333
FIND_LOCATION = 'find_location'
34+
RECORD_VIDEO_NOTE = 'record_video_note'
35+
UPLOAD_VIDEO_NOTE = 'upload_video_note'

0 commit comments

Comments
 (0)
X Tutup