InputMessageVideo constructor

InputMessageVideo({
  1. InputVideo? video,
  2. FormattedText? caption,
  3. required bool showCaptionAboveMedia,
  4. MessageSelfDestructType? selfDestructType,
  5. required bool hasSpoiler,
})

Implementation

InputMessageVideo({
  this.video,
  this.caption,
  required this.showCaptionAboveMedia,
  this.selfDestructType,
  required this.hasSpoiler,
});