1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-21 03:48:02 +01:00

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', }