MadelineProto/old_docs/API_docs_v57/constructors/inputPeerEmpty.md

724 B

title description
inputPeerEmpty inputPeerEmpty attributes, type and example

Constructor: inputPeerEmpty

Back to constructors index

Type: InputPeer

Example:

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

The following syntaxes can also be used:

$inputPeerEmpty = '@username'; // Username

$inputPeerEmpty = 44700; // bot API id (users)
$inputPeerEmpty = -492772765; // bot API id (chats)
$inputPeerEmpty = -10038575794; // bot API id (channels)

$inputPeerEmpty = 'user#44700'; // tg-cli style id (users)
$inputPeerEmpty = 'chat#492772765'; // tg-cli style id (chats)
$inputPeerEmpty = 'channel#38575794'; // tg-cli style id (channels)