telegram.ResidentialAddress¶
-
class
telegram.ResidentialAddress(street_line1, street_line2, city, state, country_code, post_code, bot=None, **kwargs)¶ Bases:
telegram.base.TelegramObjectThis object represents a residential address.
-
street_line1¶ str– First line for the address.
-
street_line2¶ str– Optional. Second line for the address.
-
city¶ str– City.
-
state¶ str– Optional. State.
-
country_code¶ str– ISO 3166-1 alpha-2 country code.
-
post_code¶ str– Address post code.
-