Skip to content

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

Documentation

Properties

PropertyTypeDescriptionDefined in
caption?TelegramRichTextOptional. Caption of the table@gramio/types/out/objects.d.ts:8150
cellsTelegramRichBlockTableCell[][]Cells of the table@gramio/types/out/objects.d.ts:8134
is_bordered?trueOptional. True, if the table has borders@gramio/types/out/objects.d.ts:8138
is_compact?trueOptional. True, if table cells have smaller indents@gramio/types/out/objects.d.ts:8146
is_striped?trueOptional. 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