diff --git a/v1/types.go b/v1/types.go index b283d44..f074ffb 100644 --- a/v1/types.go +++ b/v1/types.go @@ -302,6 +302,8 @@ type FileItem struct { ID string `json:"id"` Size int `json:"size"` Caption string `json:"caption"` + Height *int `json:"height,omitempty"` + Width *int `json:"width,omitempty"` } // MessageDataUser user data from webhook