InputMessageVideo constructor
InputMessageVideo({
- InputVideo? video,
- FormattedText? caption,
- required bool showCaptionAboveMedia,
- MessageSelfDestructType? selfDestructType,
- required bool hasSpoiler,
Implementation
InputMessageVideo({
this.video,
this.caption,
required this.showCaptionAboveMedia,
this.selfDestructType,
required this.hasSpoiler,
});