Merge pull request #169 from empetrone/add-sticker-pack-name

Parse sticker pack name
bot-api-6.1
Syfaro 2018-04-28 13:50:02 -05:00 committed by GitHub
commit 212b154115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 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.