add file_unique_id
parent
aa124ef1e8
commit
fd860fdd66
1
types.go
1
types.go
|
@ -338,6 +338,7 @@ type Document struct {
|
||||||
|
|
||||||
// Sticker contains information about a sticker.
|
// Sticker contains information about a sticker.
|
||||||
type Sticker struct {
|
type Sticker struct {
|
||||||
|
FileUniqueID string `json:"file_unique_id"`
|
||||||
FileID string `json:"file_id"`
|
FileID string `json:"file_id"`
|
||||||
Width int `json:"width"`
|
Width int `json:"width"`
|
||||||
Height int `json:"height"`
|
Height int `json:"height"`
|
||||||
|
|
Loading…
Reference in New Issue