843 B
843 B
title | description | image |
---|---|---|
pageFull | Page full | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: pageFull
Page full
Attributes:
Name | Type | Required | Description |
---|---|---|---|
blocks | Array of PageBlock | Yes | Blocks |
photos | Array of Photo | Yes | Photos |
documents | Array of Document | Yes | Documents |
Type: Page
Example:
$pageFull = ['_' => 'pageFull', 'blocks' => [PageBlock, PageBlock], 'photos' => [Photo, Photo], 'documents' => [Document, Document]];
Or, if you're into Lua:
pageFull={_='pageFull', blocks={PageBlock}, photos={Photo}, documents={Document}}