MadelineProto/docs/TD_docs/constructors/pageBlockList.md
Daniil Gentili 8600a2fcba docufix
2017-09-29 15:50:59 +02:00

24 lines
472 B
Markdown

---
title: pageBlockList
description: List of texts
---
## Constructor: pageBlockList
[Back to constructors index](index.md)
List of texts
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|items|Array of [RichText](../types/RichText.md) | Yes|Texts|
|is\_ordered|[Bool](../types/Bool.md) | Yes|True, if items should be marked with numbers|
### Type: [PageBlock](../types/PageBlock.md)