Current section

Files

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

include/telega@model@types_RichBlockTableCell.hrl

-record(rich_block_table_cell, {
text :: gleam@option:option(telega@model@types:rich_text()),
is_header :: gleam@option:option(boolean()),
colspan :: gleam@option:option(integer()),
rowspan :: gleam@option:option(integer()),
align :: binary(),
valign :: binary()
}).