mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-01 14:55:12 +00:00
Add Location type
This commit is contained in:
6
pyrogram/client/types/location.py
Normal file
6
pyrogram/client/types/location.py
Normal file
@@ -0,0 +1,6 @@
|
||||
class Location:
|
||||
def __init__(self,
|
||||
longitude: float,
|
||||
latitude: float):
|
||||
self.longitude = longitude
|
||||
self.latitude = latitude
|
Reference in New Issue
Block a user