telegramx.js

RichBlockTableCell

interface

Cell in a table.

Declaration

interface RichBlockTableCell 

Properties

alignproperty#
align: string;

Horizontal cell content alignment. Currently, must be one of "left", "center", or "right".

colspanproperty#
colspan?: number;

Optional. The number of columns the cell spans if it is bigger than 1

is_headerproperty#
is_header?: boolean;

Optional. True, if the cell is a header cell

rowspanproperty#
rowspan?: number;

Optional. The number of rows the cell spans if it is bigger than 1

textproperty#
text?: RichText;

Optional. Text in the cell. If omitted, then the cell is invisible.

valignproperty#
valign: string;

Vertical cell content alignment. Currently, must be one of "top", "middle", or "bottom".