MadelineProtoDocs/old_docs/API_docs_v66/constructors/inputPeerEmpty.md

491 B

title description image
inputPeerEmpty An empty constructor, no user or chat is defined. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPeerEmpty

Back to constructors index

An empty constructor, no user or chat is defined.

Type: InputPeer

Example:

$inputPeerEmpty = ['_' => 'inputPeerEmpty'];

Or, if you're into Lua:

inputPeerEmpty={_='inputPeerEmpty'}