Current section

Files

Jump to
telega include telega@model@types_RichBlockVoiceNote.hrl
Raw

include/telega@model@types_RichBlockVoiceNote.hrl

-record(rich_block_voice_note, {
type_ :: binary(),
voice_note :: telega@model@types:voice(),
caption :: gleam@option:option(telega@model@types:rich_block_caption())
}).