GramIO API Reference / gramio/dist / TelegramRichBlockTable
Interface: TelegramRichBlockTable
Defined in: @gramio/types/out/objects.d.ts:8126
A table, corresponding to the HTML tag <table>.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
caption? | TelegramRichText | Optional. Caption of the table | @gramio/types/out/objects.d.ts:8150 |
cells | TelegramRichBlockTableCell[][] | Cells of the table | @gramio/types/out/objects.d.ts:8134 |
is_bordered? | true | Optional. True, if the table has borders | @gramio/types/out/objects.d.ts:8138 |
is_compact? | true | Optional. True, if table cells have smaller indents | @gramio/types/out/objects.d.ts:8146 |
is_striped? | true | Optional. True, if the table is striped | @gramio/types/out/objects.d.ts:8142 |
type | "table" | Type of the block, always “table” | @gramio/types/out/objects.d.ts:8130 |