MadelineProtoDocs/old_docs/API_docs_v102/constructors/inputPeerSelf.md
2019-06-24 15:45:02 +02:00

405 B

title description image
inputPeerSelf Peer self https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPeerSelf

Back to constructors index

Peer self

Type: InputPeer

Example:

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

Or, if you're into Lua:

inputPeerSelf={_='inputPeerSelf'}