MadelineProto/old_docs/API_docs_v62/constructors/inputUserEmpty.md

458 B

title description
inputUserEmpty inputUserEmpty attributes, type and example

Constructor: inputUserEmpty

Back to constructors index

Attributes:

Name Type Required

Type: InputUser

Example:

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

Or, if you're into Lua:

inputUserEmpty={_='inputUserEmpty', }