Location

class pyrogram.types.Location

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.

  • address (str, optional) – Textual description of the address (mandatory).