Skip to content

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>.

Documentation

Properties

PropertyTypeDescriptionDefined in
caption?TelegramRichTextOptional. Caption of the table@gramio/types/out/objects.d.ts:8726
cellsTelegramRichBlockTableCell[][]Cells of the table@gramio/types/out/objects.d.ts:8710
is_bordered?trueOptional. Pass True if the table has borders@gramio/types/out/objects.d.ts:8714
is_compact?trueOptional. Pass True if table cells must have smaller indents@gramio/types/out/objects.d.ts:8722
is_striped?trueOptional. 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