Current section

Files

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

include/telega@model@types_RichBlockAudio.hrl

-record(rich_block_audio, {
type_ :: binary(),
audio :: telega@model@types:audio(),
caption :: gleam@option:option(telega@model@types:rich_block_caption())
}).