PeerSelfLocated

class pyrogram.raw.types.PeerSelfLocated

Current peer

Constructor of PeerLocated.

Details:
  • Layer: 223

  • ID: F8EC284B

Parameters:

expires (int 32-bit) – Expiry of geolocation info for current peer

TL Schema

peerSelfLocated#f8ec284b
expires:int

= PeerLocated

Parameter Tree

PeerSelfLocated
└── expiresint

Example

PeerSelfLocated(
    expires=0,
)