MadelineProto/docs/API_docs/constructors/pageBlockList.md

28 lines
525 B
Markdown
Raw Normal View History

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