MadelineProtoDocs/old_docs/API_docs_v25/constructors/pageBlockList.md

776 B

title description image
pageBlockList Unordered list of IV blocks https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: pageBlockList

Back to constructors index

Unordered list of IV blocks

Attributes:

Name Type Required Description
ordered Bool Yes
items Array of RichText Yes List of blocks in an IV page

Type: PageBlock

Example:

$pageBlockList = ['_' => 'pageBlockList', 'ordered' => Bool, 'items' => [RichText, RichText]];

Or, if you're into Lua:

pageBlockList={_='pageBlockList', ordered=Bool, items={RichText}}