Skip to content

InputPageBlockTable

Type · TDLib 1.8.67 · d1085f9c

A table

InputPageBlockTable(
  caption: RichText,
  cells: list of list of PageBlockTableCell,
  is_bordered: Bool,
  is_striped: Bool,
  is_compact: Bool
) → InputPageBlock

caption

RichText

Table caption

cells

list of list of PageBlockTableCell

Table cells

is_bordered

Bool

Pass true if the table is bordered

is_striped

Bool

Pass true if the table is striped

is_compact

Bool

Pass true if table cells must have smaller indents