RichBlockTable¶
- class pyrogram.types.RichBlockTable[source]¶
A table, corresponding to the HTML tag
<table>.- Parameters:
cells (List of List of
RichBlockTableCell) – Cells of the table.is_bordered (
bool, optional) – True, if the table has borders.is_striped (
bool, optional) – True, if the table is striped.caption (
RichBlockCaption, optional) – Caption of the block.