mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-17 04:39:55 +01:00
VideoNote chatactions
This commit is contained in:
parent
4426eb0c61
commit
65929a0813
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue