--- title: inputPeerEmpty description: Empty input peer image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: inputPeerEmpty [Back to constructors index](index.md) Empty input peer ### Type: [InputPeer](../types/InputPeer.md) ### Example: ```php $inputPeerEmpty = ['_' => 'inputPeerEmpty']; ``` Or, if you're into Lua: ```lua inputPeerEmpty={_='inputPeerEmpty'} ```