Added IsAnimated to Sticker struct
@ -345,6 +345,7 @@ type Sticker struct {
Emoji string `json:"emoji"` // optional
FileSize int `json:"file_size"` // optional
SetName string `json:"set_name"` // optional
IsAnimated bool `json:"is_animated"` // optional
}
// ChatAnimation contains information about an animation.