Merge pull request #305 from AlessandroPomponio/animation-unique-id
Add FileUniqueID to ChatAnimationbot-api-6.1
commit
047d735655
1
types.go
1
types.go
|
@ -404,6 +404,7 @@ type MaskPosition struct {
|
||||||
// ChatAnimation contains information about an animation.
|
// ChatAnimation contains information about an animation.
|
||||||
type ChatAnimation struct {
|
type ChatAnimation struct {
|
||||||
FileID string `json:"file_id"`
|
FileID string `json:"file_id"`
|
||||||
|
FileUniqueID string `json:"file_unique_id"`
|
||||||
Width int `json:"width"`
|
Width int `json:"width"`
|
||||||
Height int `json:"height"`
|
Height int `json:"height"`
|
||||||
Duration int `json:"duration"`
|
Duration int `json:"duration"`
|
||||||
|
|
Loading…
Reference in New Issue