Merge pull request #37 from DmitryZagorulko/master
add caption in FileItem struct
This commit is contained in:
commit
1a80462c29
1 changed files with 4 additions and 3 deletions
|
@ -302,6 +302,7 @@ type FileItem struct {
|
|||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Size int `json:"size"`
|
||||
Caption string `json:"caption"`
|
||||
}
|
||||
|
||||
// MessageDataUser user data from webhook
|
||||
|
|
Loading…
Add table
Reference in a new issue