RichBlockTable
A table, corresponding to the HTML tag <table>.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the block, always “table” |
cells | RichBlockTableCell[][] | required | Cells of the table |
is_bordered | boolean | optional | Optional. True, if the table has borders |
is_striped | boolean | optional | Optional. True, if the table is striped |
caption | RichText | optional | Optional. Caption of the table |
import
import type { RichBlockTable } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#richblocktable