add height & width in FileItem struct
This commit is contained in:
parent
878ef2f01a
commit
5416fba428
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue