telegramx.js

RichBlockTable

interface

A table, corresponding to the HTML tag .

Declaration

interface RichBlockTable 

Properties

captionproperty#
caption?: RichText;

Optional. Caption of the table

cellsproperty#
cells: RichBlockTableCell[][];

Cells of the table

is_borderedproperty#
is_bordered?: boolean;

Optional. True, if the table has borders

is_stripedproperty#
is_striped?: boolean;

Optional. True, if the table is striped

typeproperty#
type: 'table';

Type of the block, always "table"