Add FileUniqueID to ChatAnimation (ref. https://core.telegram.org/bots/api#animation)
parent
3635031d74
commit
e18071bed1
1
types.go
1
types.go
|
@ -354,6 +354,7 @@ type MaskPosition struct {
|
|||
// ChatAnimation contains information about an animation.
|
||||
type ChatAnimation struct {
|
||||
FileID string `json:"file_id"`
|
||||
FileUniqueID string `json:"file_unique_id"`
|
||||
Width int `json:"width"`
|
||||
Height int `json:"height"`
|
||||
Duration int `json:"duration"`
|
||||
|
|
Loading…
Reference in New Issue