A block with a voice note, corresponding to the HTML tag <audio>.
Check the documentation of this model on Telegram Bot API
type: Type of the block, always "voice_note”voice_note: The voice note. Caption is ignored.caption (optional): Optional. Caption of the block
Summary
Types
@type t() :: %ExGram.Model.InputRichBlockVoiceNote{ caption: ExGram.Model.RichBlockCaption.t() | nil, type: String.t(), voice_note: ExGram.Model.InputMediaVoiceNote.t() }