mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 05:18:10 +00:00
Clean Venue type
This commit is contained in:
parent
ba254e6643
commit
a52d4846e6
@ -41,7 +41,7 @@ class Venue(Object):
|
|||||||
"""
|
"""
|
||||||
ID = 0xb0700013
|
ID = 0xb0700013
|
||||||
|
|
||||||
def __init__(self, location, title, address, foursquare_id=None):
|
def __init__(self, location, title: str, address: str, foursquare_id: str = None):
|
||||||
self.location = location # Location
|
self.location = location # Location
|
||||||
self.title = title # string
|
self.title = title # string
|
||||||
self.address = address # string
|
self.address = address # string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user