808 B
808 B
title | description | image |
---|---|---|
pageFull | pageFull attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: pageFull
Attributes:
Name | Type | Required |
---|---|---|
blocks | Array of PageBlock | Yes |
photos | Array of Photo | Yes |
documents | Array of Document | Yes |
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}}