Current section

Files

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

include/telega@model@types_RichBlockDetails.hrl

-record(rich_block_details, {
type_ :: binary(),
summary :: telega@model@types:rich_text(),
blocks :: list(telega@model@types:rich_block()),
is_open :: gleam@option:option(boolean())
}).