telegram.ResidentialAddress

class telegram.ResidentialAddress(street_line1, street_line2, city, state, country_code, post_code, bot=None, **kwargs)

Bases: telegram.base.TelegramObject

This object represents a residential address.

street_line1

First line for the address.

Type:str
street_line2

Optional. Second line for the address.

Type:str
city

City.

Type:str
state

Optional. State.

Type:str
country_code

ISO 3166-1 alpha-2 country code.

Type:str
post_code

Address post code.

Type:str