PageTableRow
- class pyrogram.raw.types.PageTableRow
Table row
Constructor of
PageTableRow.- Details:
Layer:
223ID:
E0C0C5E5
- Parameters:
cells (List of
PageTableCell) – Table cells
TL Schema
pageTableRow#e0c0c5e5
cells:Vector<PageTableCell>
= PageTableRow
Parameter Tree
PageTableRow
└── cells →
Vector < PageTableCell >└──
PageTableCell├── header →
true (optional)├── align_center →
true (optional)├── align_right →
true (optional)├── valign_middle →
true (optional)├── valign_bottom →
true (optional)├── text →
RichText (optional)│ ├──
TextEmpty│ ├──
TextPlain│ │ └── text →
string│ ├──
TextBold│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextItalic│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextUnderline│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextStrike│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextFixed│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextUrl│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├── url →
string│ │ └── webpage_id →
long│ ├──
TextEmail│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── email →
string│ ├──
TextConcat│ │ └── texts →
Vector < RichText >│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextSubscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextSuperscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextMarked│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextPhone│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── phone →
string│ ├──
TextImage│ │ ├── document_id →
long│ │ ├── w →
int│ │ └── h →
int│ └──
TextAnchor│ ├── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ └── name →
string├── colspan →
int (optional)└── rowspan →
int (optional)Example
PageTableRow(
cells=[
PageTableCell()
],
)