telegram.ChatLocation¶
-
class
telegram.ChatLocation(location: telegram.files.location.Location, address: str, **_kwargs)¶ Bases:
telegram.base.TelegramObjectThis object represents a location to which a chat is connected.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
locationis equal.Parameters: - location (
telegram.Location) – The location to which the supergroup is connected. Can’t be a live location. - address (
str) – Location address; 1-64 characters, as defined by the chat owner - **kwargs (
dict) – Arbitrary keyword arguments.
-
location¶ The location to which the supergroup is connected.
Type: telegram.Location
-
address¶ Location address, as defined by the chat owner
Type: str
- location (