InputMessageAnimation constructor
InputMessageAnimation({
- InputAnimation? animation,
- FormattedText? caption,
- required bool showCaptionAboveMedia,
- required bool hasSpoiler,
Implementation
InputMessageAnimation({
this.animation,
this.caption,
required this.showCaptionAboveMedia,
required this.hasSpoiler,
});