LocationAddress¶
- class aiogram.types.location_address.LocationAddress(*, country_code: str, state: str | None = None, city: str | None = None, street: str | None = None, **extra_data: Any)[source]¶
Describes the physical address of a location.
Source: https://core.telegram.org/bots/api#locationaddress
- country_code: str¶
The two-letter ISO 3166-1 alpha-2 country code of the country where the location is located
- state: str | None¶
Optional. State of the location
- city: str | None¶
Optional. City of the location
- street: str | None¶
Optional. Street address of the location