GramIO API Reference / gramio/dist / TelegramShippingAddress
Interface: TelegramShippingAddress
Defined in: @gramio/types/out/objects.d.ts:10479
This object represents a shipping address.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
city | string | City | @gramio/types/out/objects.d.ts:10491 |
country_code | string | Two-letter ISO 3166-1 alpha-2 country code | @gramio/types/out/objects.d.ts:10483 |
post_code | string | Address post code | @gramio/types/out/objects.d.ts:10503 |
state | string | State, if applicable | @gramio/types/out/objects.d.ts:10487 |
street_line1 | string | First line for the address | @gramio/types/out/objects.d.ts:10495 |
street_line2 | string | Second line for the address | @gramio/types/out/objects.d.ts:10499 |