Parse sticker pack name

bot-api-6.1
Emanuele Rocco Petrone 2018-04-28 00:31:17 +02:00
parent 690363a5f8
commit 25ef323a6b
1 changed files with 2 additions and 1 deletions

View File

@ -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.