TDLib v0.0.2 TDLib.Object.ShippingAddress View Source

Describes a shipping address.

NameTypeDescription
country_codestringTwo-letter ISO 3166-1 alpha-2 country code.
statestringState, if applicable.
citystringCity.
street_line1stringFirst line of the address.
street_line2stringSecond line of the address.
postal_codestringAddress postal code.

More details on telegram’s documentation.