MessageAnimation constructor

MessageAnimation({
  1. Animation? animation,
  2. FormattedText? caption,
  3. required bool showCaptionAboveMedia,
  4. required bool hasSpoiler,
  5. required bool isSecret,
})

Implementation

MessageAnimation({
  this.animation,
  this.caption,
  required this.showCaptionAboveMedia,
  required this.hasSpoiler,
  required this.isSecret,
});