1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 14:14:38 +01:00
MadelineProto/old_docs/API_docs_v33/constructors/inputUserEmpty.md

361 B

title description
inputUserEmpty inputUserEmpty attributes, type and example

Constructor: inputUserEmpty

Back to constructors index

Type: InputUser

Example:

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

Or, if you're into Lua:

inputUserEmpty={_='inputUserEmpty', }