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.
A point on the map.
longitude (float
) – Longitude as defined by sender.
latitude (float
) – Latitude as defined by sender.