MadelineProto/docs/API_docs/constructors/textPlain.md

27 lines
419 B
Markdown

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