InputMessageVoiceNote constructor
InputMessageVoiceNote({
- InputVoiceNote? voiceNote,
- FormattedText? caption,
- MessageSelfDestructType? selfDestructType,
Implementation
InputMessageVoiceNote({this.voiceNote, this.caption, this.selfDestructType});