Parse sticker pack name
This commit is contained in:
parent
690363a5f8
commit
25ef323a6b
1 changed files with 2 additions and 1 deletions
1
types.go
1
types.go
|
@ -290,6 +290,7 @@ type Sticker struct {
|
|||
Thumbnail *PhotoSize `json:"thumb"` // optional
|
||||
Emoji string `json:"emoji"` // optional
|
||||
FileSize int `json:"file_size"` // optional
|
||||
SetName string `json:"set_name"` // optional
|
||||
}
|
||||
|
||||
// Video contains information about a video.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue