We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b88e97 commit 5063835Copy full SHA for 5063835
types.go
@@ -449,6 +449,11 @@ type Message struct {
449
//
450
// optional
451
Animation *Animation `json:"animation,omitempty"`
452
+ // PremiumAnimation message is an animation, information about the animation.
453
+ // For backward compatibility, when this field is set, the document field will also be set;
454
+ //
455
+ // optional
456
+ PremiumAnimation *Animation `json:"premium_animation,omitempty"`
457
// Audio message is an audio file, information about the file;
458
459
0 commit comments