Merge pull request #297 from chuhlomin/patch-1
Add `is_animated` field to Sticker struct
This commit is contained in:
commit
194446470b
1 changed files with 8 additions and 7 deletions
1
types.go
1
types.go
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue