Merge pull request #305 from AlessandroPomponio/animation-unique-id

Add FileUniqueID to ChatAnimation
This commit is contained in:
Kirill Zhuharev 2020-02-16 19:02:04 +03:00 committed by GitHub
commit 047d735655
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"`