MadelineProto/docs/TD_docs/constructors/pageBlockList.md

24 lines
472 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: pageBlockList
description: List of texts
---
## Constructor: pageBlockList
[Back to constructors index](index.md)
List of texts
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2017-09-29 15:50:59 +02:00
|items|Array of [RichText](../types/RichText.md) | Yes|Texts|
2017-08-25 15:05:53 +02:00
|is\_ordered|[Bool](../types/Bool.md) | Yes|True, if items should be marked with numbers|
### Type: [PageBlock](../types/PageBlock.md)