MadelineProto/docs/API_docs/constructors/pageBlockCollage.md

28 lines
554 B
Markdown
Raw Normal View History

---
title: pageBlockCollage
description: pageBlockCollage attributes, type and example
---
## Constructor: pageBlockCollage
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|items|Array of [PageBlock](../types/PageBlock.md) | Required|
|caption|[RichText](../types/RichText.md) | Required|
### Type: [PageBlock](../types/PageBlock.md)
### Example:
```
$pageBlockCollage = ['_' => 'pageBlockCollage', 'items' => [Vector t], 'caption' => RichText, ];
```