MadelineProtoDocs/old_docs/API_docs_v71/constructors/pageBlockList.md

762 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 Ordered?
items Array of RichText Yes Items

Type: PageBlock

Example:

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

Or, if you're into Lua:

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