MadelineProto/old_docs/API_docs_v65/constructors/pageBlockList.md
Daniil Gentili 1eb2fc0b4f fix
2017-04-21 13:27:04 +02:00

622 B

title description
pageBlockList pageBlockList attributes, type and example

Constructor: pageBlockList

Back to constructors index

Attributes:

Name Type Required
ordered Bool Yes
items Array of RichText Yes

Type: PageBlock

Example:

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

Or, if you're into Lua:

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