mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-05 22:38:17 +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', }