Current section
Files
Jump to
Current section
Files
include/telega@model@types_InputRichBlockTable.hrl
-record(input_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())
}).