1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-11 08:19:38 +01:00
MadelineProto/old_docs/API_docs_v72/constructors/textEmpty.md

38 lines
411 B
Markdown
Raw Normal View History

2017-11-15 13:41:58 +01:00
---
title: textEmpty
description: textEmpty attributes, type and example
---
## Constructor: textEmpty
[Back to constructors index](index.md)
### Type: [RichText](../types/RichText.md)
### Example:
```
$textEmpty = ['_' => 'textEmpty'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "textEmpty"}
```
Or, if you're into Lua:
```
textEmpty={_='textEmpty'}
```