VideoNote constructor
VideoNote({})
Implementation
VideoNote({
required this.fileId,
required this.fileUniqueId,
required this.length,
required this.duration,
this.thumbnail,
this.fileSize,
});
VideoNote({
required this.fileId,
required this.fileUniqueId,
required this.length,
required this.duration,
this.thumbnail,
this.fileSize,
});