MadelineProto/docs/API_docs/constructors/pageBlockParagraph.md

27 lines
472 B
Markdown
Raw Normal View History

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