MadelineProto/docs/TD_docs/constructors/optionEmpty.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

44 lines
610 B
Markdown

---
title: optionEmpty
description: Unknown option or option having default value
---
## Constructor: optionEmpty
[Back to constructors index](index.md)
Unknown option or option having default value
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
### Type: [OptionValue](../types/OptionValue.md)
### Example:
```
$optionEmpty = ['_' => 'optionEmpty'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "optionEmpty"}
```
Or, if you're into Lua:
```
optionEmpty={_='optionEmpty'}
```