--- title: "inputUserEmpty" description: "Empty constructor, does not define a user." nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: inputUserEmpty [Back to constructors index](/API_docs/constructors/index.html) Empty constructor, does not define a user. ### Type: [InputUser](/API_docs/types/InputUser.html) ### Example: ``` $inputUserEmpty = ['_' => 'inputUserEmpty']; ```