1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:07:47 +01:00
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], ];