add file_unique_id

bot-api-6.1
Daniel Leining 2020-01-23 23:41:44 -05:00
parent aa124ef1e8
commit fd860fdd66
1 changed files with 9 additions and 8 deletions

View File

@ -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"`