Current section

Files

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

include/telega@model@types_RichBlockTable.hrl

-record(rich_block_table, {
type_ :: binary(),
cells :: list(list(telega@model@types:rich_block_table_cell())),
is_bordered :: gleam@option:option(boolean()),
is_striped :: gleam@option:option(boolean()),
caption :: gleam@option:option(telega@model@types:rich_text())
}).