MadelineProto/docs/API_docs/constructors/pageBlockPreformatted.md

28 lines
560 B
Markdown

---
title: pageBlockPreformatted
description: pageBlockPreformatted attributes, type and example
---
## Constructor: pageBlockPreformatted
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|text|[RichText](../types/RichText.md) | Required|
|language|[string](../types/string.md) | Required|
### Type: [PageBlock](../types/PageBlock.md)
### Example:
```
$pageBlockPreformatted = ['_' => 'pageBlockPreformatted', 'text' => RichText, 'language' => string, ];
```