mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 11:47:49 +01:00
595 B
595 B
title | description |
---|---|
pageFull | pageFull attributes, type and example |
Constructor: pageFull
Attributes:
Name | Type | Required |
---|---|---|
blocks | Array of PageBlock | Required |
photos | Array of Photo | Required |
videos | Array of Document | Required |
Type: Page
Example:
$pageFull = ['_' => 'pageFull', 'blocks' => [Vector t], 'photos' => [Vector t], 'videos' => [Vector t], ];