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

Parse sticker pack name
pull/171/head
Syfaro 7 years ago committed by GitHub
commit 212b154115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 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.