mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 14:46:54 +01:00
613 B
613 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', }