InputVideoNote constructor

InputVideoNote({
  1. InputFile? videoNote,
  2. InputThumbnail? thumbnail,
  3. required int duration,
  4. required int length,
})

Implementation

InputVideoNote({
  this.videoNote,
  this.thumbnail,
  required this.duration,
  required this.length,
});