MadelineProtoDocs/docs/API_docs/constructors/pageBlockList.md

699 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
items Array of PageListItem Yes Items

Type: PageBlock

Example:

$pageBlockList = ['_' => 'pageBlockList', 'items' => [PageListItem, PageListItem]];

Or, if you're into Lua:

pageBlockList={_='pageBlockList', items={PageListItem}}