GramIO API Reference / gramio/dist / TelegramInputRichBlockTable
Interface: TelegramInputRichBlockTable
Defined in: @gramio/types/out/objects.d.ts:8702
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:8726 |
cells | TelegramRichBlockTableCell[][] | Cells of the table | @gramio/types/out/objects.d.ts:8710 |
is_bordered? | true | Optional. Pass True if the table has borders | @gramio/types/out/objects.d.ts:8714 |
is_compact? | true | Optional. Pass True if table cells must have smaller indents | @gramio/types/out/objects.d.ts:8722 |
is_striped? | true | Optional. Pass True if the table is striped | @gramio/types/out/objects.d.ts:8718 |
type | "table" | Type of the block, always “table” | @gramio/types/out/objects.d.ts:8706 |