MadelineProto/old_docs/API_docs_v62/constructors/textBold.md

36 lines
495 B
Markdown
Raw Normal View History

---
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) | Yes|
### Type: [RichText](../types/RichText.md)
### Example:
```
$textBold = ['_' => 'textBold', 'text' => RichText, ];
```
Or, if you're into Lua:
```
textBold={_='textBold', text=RichText, }
```