LocationAddress¶
- class telegram.LocationAddress(country_code, state=None, city=None, street=None, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObjectDescribes the physical address of a location.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
country_code,state,cityandstreetare equal.Available In
Added in version 22.1.
- Parameters: