Location#

class pyrogram.types.Location[source]#

A point on the map.

Parameters:
  • longitude (float) – Longitude as defined by sender.

  • latitude (float) – Latitude as defined by sender.

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