MadelineProto/docs/API_docs/constructors/pageBlockList.md

525 B

title description
pageBlockList pageBlockList attributes, type and example

Constructor: pageBlockList

Back to constructors index

Attributes:

Name Type Required
ordered Bool Required
items Array of RichText Required

Type: PageBlock

Example:

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