mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 01:26:56 +01:00
610 B
610 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'];
PWRTelegram json-encoded version:
{"_": "optionEmpty"}
Or, if you're into Lua:
optionEmpty={_='optionEmpty'}