Current section

Files

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

include/telega@model@types_RichBlockBlockQuotation.hrl

-record(rich_block_block_quotation, {
type_ :: binary(),
blocks :: list(telega@model@types:rich_block()),
credit :: gleam@option:option(telega@model@types:rich_text())
}).