1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:47:50 +01:00
MadelineProto/docs/API_docs/constructors/pageFull.md

29 lines
595 B
Markdown

---
title: pageFull
description: pageFull attributes, type and example
---
## Constructor: pageFull
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|blocks|Array of [PageBlock](../types/PageBlock.md) | Required|
|photos|Array of [Photo](../types/Photo.md) | Required|
|videos|Array of [Document](../types/Document.md) | Required|
### Type: [Page](../types/Page.md)
### Example:
```
$pageFull = ['_' => 'pageFull', 'blocks' => [Vector t], 'photos' => [Vector t], 'videos' => [Vector t], ];
```