add height & width in FileItem struct
This commit is contained in:
parent
878ef2f01a
commit
5416fba428
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user