PageTableCell#
- class pyrogram.raw.types.PageTableCell#
Table cell.
Constructor of
PageTableCell.- Details:
Layer:
158ID:
34566B6A
- Parameters:
header (
bool, optional) – Is this element part of the column header.align_center (
bool, optional) – Horizontally centered block.align_right (
bool, optional) – Right-aligned block.valign_middle (
bool, optional) – Vertically centered block.valign_bottom (
bool, optional) – Block vertically-aligned to the bottom.text (
RichText, optional) – Content.colspan (
int32-bit, optional) – For how many columns should this cell extend.rowspan (
int32-bit, optional) – For how many rows should this cell extend.