Merge pull request #297 from chuhlomin/patch-1
Add `is_animated` field to Sticker structbot-api-6.1
commit
194446470b
1
types.go
1
types.go
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue