InputMessageVoiceNote constructor

InputMessageVoiceNote({
  1. InputVoiceNote? voiceNote,
  2. FormattedText? caption,
  3. MessageSelfDestructType? selfDestructType,
})

Implementation

InputMessageVoiceNote({this.voiceNote, this.caption, this.selfDestructType});