477 B
477 B
title | description | image |
---|---|---|
inputUserEmpty | Empty constructor, does not define a user. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputUserEmpty
Empty constructor, does not define a user.
Type: InputUser
Example:
$inputUserEmpty = ['_' => 'inputUserEmpty'];
Or, if you're into Lua:
inputUserEmpty={_='inputUserEmpty'}