Merge pull request #301 from blasphemy/sticker-unique-id
add file_unique_id to Sticker structbot-api-6.1
commit
5e339ed016
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