add file_unique_id
This commit is contained in:
parent
aa124ef1e8
commit
fd860fdd66
1 changed files with 9 additions and 8 deletions
1
types.go
1
types.go
|
@ -338,6 +338,7 @@ type Document struct {
|
|||
|
||||
// Sticker contains information about a sticker.
|
||||
type Sticker struct {
|
||||
FileUniqueID string `json:"file_unique_id"`
|
||||
FileID string `json:"file_id"`
|
||||
Width int `json:"width"`
|
||||
Height int `json:"height"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue