Current section
Files
Jump to
Current section
Files
include/telega@model@types_InputRichBlockVoiceNote.hrl
-record(input_rich_block_voice_note, {
type_ :: binary(),
voice_note :: telega@model@types:input_media_voice_note(),
caption :: gleam@option:option(telega@model@types:rich_block_caption())
}).