Merge pull request #301 from blasphemy/sticker-unique-id
add file_unique_id to Sticker struct
This commit is contained in:
commit
5e339ed016
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