telegram.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.

street_line1[source]

First line for the address.

Type

str

street_line2[source]

Optional. Second line for the address.

Type

str

city[source]

City.

Type

str

state[source]

Optional. State.

Type

str

country_code[source]

ISO 3166-1 alpha-2 country code.

Type

str

post_code[source]

Address post code.

Type

str