mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 13:46:54 +01:00
521 B
521 B
title | description |
---|---|
optionEmpty | Unknown option or option having default value |
Constructor: optionEmpty
Unknown option or option having default value
Attributes:
Name | Type | Required | Description |
---|
Type: OptionValue
Example:
$optionEmpty = ['_' => 'optionEmpty', ];
Or, if you're into Lua:
optionEmpty={_='optionEmpty', }