Add missing chat action constants.

bot-api-6.1
Syfaro 2020-07-21 13:46:14 -05:00
parent ca07bb78e4
commit 63cbbdc63c
1 changed files with 10 additions and 8 deletions

View File

@ -25,6 +25,8 @@ const (
ChatUploadAudio = "upload_audio"
ChatUploadDocument = "upload_document"
ChatFindLocation = "find_location"
ChatRecordVideoNote = "record_video_note"
ChatUploadVideoNote = "upload_video_note"
)
// API errors