38 lines
424 B
Markdown
38 lines
424 B
Markdown
---
|
|
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:
|
|
|
|
```
|
|
$test_empty = ['_' => 'test.empty'];
|
|
```
|
|
|
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
|
|
|
```
|
|
{"_": "test.empty"}
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
test_empty={_='test.empty'}
|
|
|
|
```
|
|
|
|
|