InputMessageVideo constructor
const
InputMessageVideo({})
A video message
Implementation
const InputMessageVideo({
required this.video,
this.thumbnail,
required this.addedStickerFileIds,
required this.duration,
required this.width,
required this.height,
required this.supportsStreaming,
this.caption,
required this.selfDestructTime,
required this.hasSpoiler,
});