MadelineProto/docs/TD_docs/constructors/test_empty.md

38 lines
424 B
Markdown
Raw Normal View History

---
title: test.empty
description: test_empty attributes, type and example
---
## Constructor: test.empty
[Back to constructors index](index.md)
### Type: [test\_Empty](../types/test_Empty.md)
### Example:
```
2017-07-23 16:33:46 +02:00
$test_empty = ['_' => 'test.empty'];
```
2017-07-23 16:11:02 +02:00
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
2017-07-23 16:33:46 +02:00
{"_": "test.empty"}
2017-07-23 16:11:02 +02:00
```
Or, if you're into Lua:
```
2017-07-23 16:33:46 +02:00
test_empty={_='test.empty'}
```