InputVideoNote constructor
InputVideoNote({
- InputFile? videoNote,
- InputThumbnail? thumbnail,
- required int duration,
- required int length,
Implementation
InputVideoNote({
this.videoNote,
this.thumbnail,
required this.duration,
required this.length,
});