MadelineProto/docs/API_docs/constructors/textUnderline.md

27 lines
445 B
Markdown

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