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