MadelineProto/docs/API_docs/constructors/textBold.md

27 lines
420 B
Markdown

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