MadelineProtoDocs/docs/API_docs/constructors/pageBlockList.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

794 B

title description image
pageBlockList Page block list https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: pageBlockList

Back to constructors index

Page block list

Attributes:

Name Type Required Description
items Array of PageListItem Yes Items

Type: PageBlock

Example:

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

PWRTelegram json-encoded version:

{"_": "pageBlockList", "items": [PageListItem]}

Or, if you're into Lua:

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