mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
687 B
687 B
title | description | nav_exclude | image |
---|---|---|---|
pageBlockList | Unordered list of IV blocks | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: pageBlockList
Unordered list of IV blocks
Attributes:
Name | Type | Required | Description |
---|---|---|---|
items | Array of PageListItem | Yes | List of blocks in an IV page |
Type: PageBlock
Example:
$pageBlockList = ['_' => 'pageBlockList', 'items' => [PageListItem, PageListItem]];