526 B
526 B
title | description | image |
---|---|---|
inputPeerEmpty | inputPeerEmpty attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputPeerEmpty
Type: InputPeer
Example:
$inputPeerEmpty = ['_' => 'inputPeerEmpty'];
PWRTelegram json-encoded version:
{"_": "inputPeerEmpty"}
Or, if you're into Lua:
inputPeerEmpty={_='inputPeerEmpty'}