Layer 220
constructor
peerSelfLocated#f8ec284b expires:int = PeerLocated;

Parameters

Name Type Description
Expires int Expiry of geolocation info for current peer

Returns

PeerLocated

Gogram Example

// Creating PeerSelfLocated constructor
obj := &tg.PeerSelfLocated{
    Expires: 0,
}