ResidentialAddress¶
- class telegram.ResidentialAddress(street_line1, street_line2, city, state, country_code, post_code, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObject
This object represents a residential address.
Available In
- Parameters:
street_line1 (
str
) – First line for the address.street_line2 (
str
) – Optional. Second line for the address.country_code (
str
) – ISO 3166-1 alpha-2 country code.