InputRichBlockTable

class pyrogram.types.InputRichBlockTable[source]

A table block, corresponding to the HTML tag <table>.

Parameters:
  • title (str | RichText) – Title of the table, corresponding to the HTML tag <caption>.

  • rows (List of List of InputRichBlockTableCell) – Rows of the table. Each row is a list of cell objects.

  • bordered (bool, optional) – Pass True to display the table with a border.

  • striped (bool, optional) – Pass True to display the table with alternating row colors.