diff --git a/v1/types.go b/v1/types.go index 54a7edd..7b3da2b 100644 --- a/v1/types.go +++ b/v1/types.go @@ -299,9 +299,10 @@ type WebhookData struct { // FileItem struct type FileItem struct { - ID string `json:"id"` - Name string `json:"name"` - Size int `json:"size"` + ID string `json:"id"` + Name string `json:"name"` + Size int `json:"size"` + Caption string `json:"caption"` } // MessageDataUser user data from webhook