Skip to main content

postAddress

Shipping address

type tg.PostAddress struct { /* ... */ }

Fields

NameTypeRequiredDescription
StreetLine1stringyesFirst line for the address
StreetLine2stringyesSecond line for the address
CitystringyesCity
StatestringyesState, if applicable (empty otherwise)
CountryISO2stringyesISO 3166-1 alpha-2 country code
PostCodestringyesAddress post code

References