MadelineProtoDocs/docs/API_docs/constructors/peerSelfLocated.md

612 B

title description image
peerSelfLocated peerSelfLocated attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: peerSelfLocated

Back to constructors index

Attributes:

Name Type Required
expires int Yes

Type: PeerLocated

Example:

$peerSelfLocated = ['_' => 'peerSelfLocated', 'expires' => int];

Or, if you're into Lua:

peerSelfLocated={_='peerSelfLocated', expires=int}