VoiceNote constructor
VoiceNote({})
Implementation
VoiceNote({
super.extra,
super.client_id,
this.duration,
this.waveform,
this.mime_type,
this.speech_recognition_result,
this.voice,
});
VoiceNote({
super.extra,
super.client_id,
this.duration,
this.waveform,
this.mime_type,
this.speech_recognition_result,
this.voice,
});