491 B
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
An empty constructor, no user or chat is defined.
Type: InputPeer
Example:
$inputPeerEmpty = ['_' => 'inputPeerEmpty'];
Or, if you're into Lua:
inputPeerEmpty={_='inputPeerEmpty'}