MadelineProto/docs/API_docs/constructors/pageFull.md

29 lines
595 B
Markdown
Raw Normal View History

---
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], ];
```