InputGeoPoint#

class pyrogram.raw.types.InputGeoPoint#

Defines a GeoPoint by its coordinates.

Constructor of InputGeoPoint.

Details:
  • Layer: 158

  • ID: 48222FAF

Parameters:
  • lat (float 64-bit) – Latitude.

  • long (float 64-bit) – Longitude.

  • accuracy_radius (int 32-bit, optional) – The estimated horizontal accuracy of the location, in meters; as defined by the sender.