mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:27:48 +01:00
27 lines
445 B
Markdown
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, ];
|
||
|
```
|
||
|
|