feat: add premium animation into message struct
parent
4b88e970a1
commit
5063835088
5
types.go
5
types.go
|
@ -449,6 +449,11 @@ type Message struct {
|
||||||
//
|
//
|
||||||
// optional
|
// optional
|
||||||
Animation *Animation `json:"animation,omitempty"`
|
Animation *Animation `json:"animation,omitempty"`
|
||||||
|
// PremiumAnimation message is an animation, information about the animation.
|
||||||
|
// For backward compatibility, when this field is set, the document field will also be set;
|
||||||
|
//
|
||||||
|
// optional
|
||||||
|
PremiumAnimation *Animation `json:"premium_animation,omitempty"`
|
||||||
// Audio message is an audio file, information about the file;
|
// Audio message is an audio file, information about the file;
|
||||||
//
|
//
|
||||||
// optional
|
// optional
|
||||||
|
|
Loading…
Reference in New Issue