Current section
Files
Jump to
Current section
Files
include/telega@model@types_InputRichBlockCollage.hrl
-record(input_rich_block_collage, {
type_ :: binary(),
blocks :: list(telega@model@types:input_rich_block()),
caption :: gleam@option:option(telega@model@types:rich_block_caption())
}).