MadelineProto/old_docs/API_docs_v65/constructors/inputUserEmpty.md
2017-07-23 16:11:02 +02:00

456 B

title description
inputUserEmpty inputUserEmpty attributes, type and example

Constructor: inputUserEmpty

Back to constructors index

Type: InputUser

Example:

$inputUserEmpty = ['_' => 'inputUserEmpty', ];

PWRTelegram json-encoded version:

{"_":"inputUserEmpty"}

Or, if you're into Lua:

inputUserEmpty={_='inputUserEmpty', }