DraftMessageContentVoiceNote constructor

DraftMessageContentVoiceNote({
  1. required String filePath,
  2. required int duration,
  3. required String waveform,
  4. MessageSelfDestructType? selfDestructType,
})

Implementation

DraftMessageContentVoiceNote({
  required this.filePath,
  required this.duration,
  required this.waveform,
  this.selfDestructType,
});