VideoNote chatactions

This commit is contained in:
Jacob Bom 2017-05-20 19:26:26 +02:00
parent 4426eb0c61
commit 65929a0813

View file

@ -31,3 +31,5 @@ class ChatAction(object):
UPLOAD_AUDIO = 'upload_audio'
UPLOAD_DOCUMENT = 'upload_document'
FIND_LOCATION = 'find_location'
RECORD_VIDEO_NOTE = 'record_video_note'
UPLOAD_VIDEO_NOTE = 'upload_video_note'