InputMessageAnimation constructor

InputMessageAnimation({
  1. InputAnimation? animation,
  2. FormattedText? caption,
  3. required bool showCaptionAboveMedia,
  4. required bool hasSpoiler,
})

Implementation

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