MadelineProtoDocs/old_docs/API_docs_v30/constructors/pageTableRow.md

674 B

title description image
pageTableRow Table row https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: pageTableRow

Back to constructors index

Table row

Attributes:

Name Type Required Description
cells Array of PageTableCell Yes Table cells

Type: PageTableRow

Example:

$pageTableRow = ['_' => 'pageTableRow', 'cells' => [PageTableCell, PageTableCell]];

Or, if you're into Lua:

pageTableRow={_='pageTableRow', cells={PageTableCell}}