Merge pull request #169 from empetrone/add-sticker-pack-name
Parse sticker pack name
This commit is contained in:
commit
212b154115
1 changed files with 1 additions and 0 deletions
1
types.go
1
types.go
|
@ -290,6 +290,7 @@ type Sticker struct {
|
||||||
Thumbnail *PhotoSize `json:"thumb"` // optional
|
Thumbnail *PhotoSize `json:"thumb"` // optional
|
||||||
Emoji string `json:"emoji"` // optional
|
Emoji string `json:"emoji"` // optional
|
||||||
FileSize int `json:"file_size"` // optional
|
FileSize int `json:"file_size"` // optional
|
||||||
|
SetName string `json:"set_name"` // optional
|
||||||
}
|
}
|
||||||
|
|
||||||
// Video contains information about a video.
|
// Video contains information about a video.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue