DraftMessageContentVideoNote constructor
DraftMessageContentVideoNote({
- required String filePath,
- required int duration,
- required int length,
- MessageSelfDestructType? selfDestructType,
Implementation
DraftMessageContentVideoNote({
required this.filePath,
required this.duration,
required this.length,
this.selfDestructType,
});