GramIO API Reference / gramio/dist / TelegramRichBlockTableCell
Interface: TelegramRichBlockTableCell
Defined in: @gramio/types/out/objects.d.ts:7772
Cell in a table.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
align | TelegramRichBlockTableCellAlign | Horizontal cell content alignment. Currently, must be one of “left”, “center”, or “right”. | @gramio/types/out/objects.d.ts:7792 |
colspan? | number | Optional. The number of columns the cell spans if it is bigger than 1 | @gramio/types/out/objects.d.ts:7784 |
is_header? | true | Optional. True, if the cell is a header cell | @gramio/types/out/objects.d.ts:7780 |
rowspan? | number | Optional. The number of rows the cell spans if it is bigger than 1 | @gramio/types/out/objects.d.ts:7788 |
text? | TelegramRichText | Optional. Text in the cell. If omitted, then the cell is invisible. | @gramio/types/out/objects.d.ts:7776 |
valign | TelegramRichBlockTableCellValign | Vertical cell content alignment. Currently, must be one of “top”, “middle”, or “bottom”. | @gramio/types/out/objects.d.ts:7796 |