MadelineProto/old_docs/API_docs_v18/constructors/inputPeerEmpty.md
2017-05-27 22:21:14 +01:00

361 B

title description
inputPeerEmpty inputPeerEmpty attributes, type and example

Constructor: inputPeerEmpty

Back to constructors index

Type: InputPeer

Example:

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

Or, if you're into Lua:

inputPeerEmpty={_='inputPeerEmpty', }