Skip to content

GramIO API Reference / gramio/dist / TelegramRichBlockTableCell

Interface: TelegramRichBlockTableCell

Defined in: @gramio/types/out/objects.d.ts:7772

Cell in a table.

Documentation

Properties

PropertyTypeDescriptionDefined in
alignTelegramRichBlockTableCellAlignHorizontal cell content alignment. Currently, must be one of “left”, “center”, or “right”.@gramio/types/out/objects.d.ts:7792
colspan?numberOptional. The number of columns the cell spans if it is bigger than 1@gramio/types/out/objects.d.ts:7784
is_header?trueOptional. True, if the cell is a header cell@gramio/types/out/objects.d.ts:7780
rowspan?numberOptional. The number of rows the cell spans if it is bigger than 1@gramio/types/out/objects.d.ts:7788
text?TelegramRichTextOptional. Text in the cell. If omitted, then the cell is invisible.@gramio/types/out/objects.d.ts:7776
valignTelegramRichBlockTableCellValignVertical cell content alignment. Currently, must be one of “top”, “middle”, or “bottom”.@gramio/types/out/objects.d.ts:7796