LocationAddress¶
- class telegram.LocationAddress(country_code, state=None, city=None, street=None, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObject
Describes 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
,city
andstreet
are equal.Available In
Added in version 22.1.
- Parameters: