Add missing chat action constants.
This commit is contained in:
parent
ca07bb78e4
commit
63cbbdc63c
1 changed files with 10 additions and 8 deletions
|
@ -25,6 +25,8 @@ const (
|
|||
ChatUploadAudio = "upload_audio"
|
||||
ChatUploadDocument = "upload_document"
|
||||
ChatFindLocation = "find_location"
|
||||
ChatRecordVideoNote = "record_video_note"
|
||||
ChatUploadVideoNote = "upload_video_note"
|
||||
)
|
||||
|
||||
// API errors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue