MadelineProto/docs/API_docs/constructors/textItalic.md

27 lines
430 B
Markdown
Raw Normal View History

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