InputMessageVideo constructor
const
InputMessageVideo({
- required InputFile video,
- InputThumbnail? thumbnail,
- required List<
int> addedStickerFileIds, - required int duration,
- required int width,
- required int height,
- required bool supportsStreaming,
- FormattedText? caption,
- required int ttl,
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.ttl,
});