Merge pull request #297 from chuhlomin/patch-1

Add `is_animated` field to Sticker struct
This commit is contained in:
Syfaro 2020-01-13 00:29:58 -06:00 committed by GitHub
commit 194446470b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -345,6 +345,7 @@ type Sticker struct {
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 SetName string `json:"set_name"` // optional
IsAnimated bool `json:"is_animated"` // optional
} }
// ChatAnimation contains information about an animation. // ChatAnimation contains information about an animation.