diff --git a/pyrogram/client/types/location.py b/pyrogram/client/types/location.py index 96e8cdea..30e7c788 100644 --- a/pyrogram/client/types/location.py +++ b/pyrogram/client/types/location.py @@ -31,10 +31,9 @@ class Location(Object): latitude (``float`` ``64-bit``): Latitude as defined by sender. - """ ID = 0xb0700012 - def __init__(self, longitude, latitude): + def __init__(self, longitude: float, latitude: float): self.longitude = longitude # double self.latitude = latitude # double