MadelineProtoDocs/docs/API_docs/constructors/pageListItemBlocks.md
2024-05-01 14:53:46 +02:00

645 B

title description nav_exclude image
pageListItemBlocks List item true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: pageListItemBlocks

Back to constructors index

List item

Attributes:

Name Type Required Description
blocks Array of PageBlock Yes Blocks

Type: PageListItem

Example:

$pageListItemBlocks = ['_' => 'pageListItemBlocks', 'blocks' => [PageBlock, PageBlock]];