ShippingAddress
This object represents a shipping address.
fields
| field | type | required | description |
|---|---|---|---|
country_code | string | required | Two-letter ISO 3166-1 alpha-2 country code |
state | string | required | State, if applicable |
city | string | required | City |
street_line1 | string | required | First line for the address |
street_line2 | string | required | Second line for the address |
post_code | string | required | Address post code |
import
import type { ShippingAddress } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#shippingaddress