MessageAnimation constructor
MessageAnimation({
- Animation? animation,
- FormattedText? caption,
- required bool showCaptionAboveMedia,
- required bool hasSpoiler,
- required bool isSecret,
Implementation
MessageAnimation({
this.animation,
this.caption,
required this.showCaptionAboveMedia,
required this.hasSpoiler,
required this.isSecret,
});