TDLib v0.0.2 TDLib.Object.ShippingAddress View Source
Describes a shipping address.
| Name | Type | Description |
|---|---|---|
| country_code | string | Two-letter ISO 3166-1 alpha-2 country code. |
| state | string | State, if applicable. |
| city | string | City. |
| street_line1 | string | First line of the address. |
| street_line2 | string | Second line of the address. |
| postal_code | string | Address postal code. |
More details on telegram’s documentation.