add caption in FileItem struct
This commit is contained in:
parent
def217cb2c
commit
0708b63ef2
@ -302,6 +302,7 @@ type FileItem struct {
|
|||||||
ID string `json:"id"`
|
ID string `json:"id"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Size int `json:"size"`
|
Size int `json:"size"`
|
||||||
|
Caption string `json:"caption"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// MessageDataUser user data from webhook
|
// MessageDataUser user data from webhook
|
||||||
|
Loading…
Reference in New Issue
Block a user