type github.com/gotd/td/tg.PostAddress
30 uses
github.com/gotd/td/tg (current package)
tl_payment_requested_info_gen.go#L59: ShippingAddress PostAddress
tl_payment_requested_info_gen.go#L110: GetShippingAddress() (value PostAddress, ok bool)
tl_payment_requested_info_gen.go#L333: func (p *PaymentRequestedInfo) SetShippingAddress(value PostAddress) {
tl_payment_requested_info_gen.go#L340: func (p *PaymentRequestedInfo) GetShippingAddress() (value PostAddress, ok bool) {
tl_post_address_gen.go#L38: type PostAddress struct {
tl_post_address_gen.go#L58: _ bin.Encoder = &PostAddress{}
tl_post_address_gen.go#L59: _ bin.Decoder = &PostAddress{}
tl_post_address_gen.go#L60: _ bin.BareEncoder = &PostAddress{}
tl_post_address_gen.go#L61: _ bin.BareDecoder = &PostAddress{}
tl_post_address_gen.go#L64: func (p *PostAddress) Zero() bool {
tl_post_address_gen.go#L91: func (p *PostAddress) String() string {
tl_post_address_gen.go#L95: type Alias PostAddress
tl_post_address_gen.go#L100: func (p *PostAddress) FillFrom(from interface {
tl_post_address_gen.go#L119: func (*PostAddress) TypeID() uint32 {
tl_post_address_gen.go#L124: func (*PostAddress) TypeName() string {
tl_post_address_gen.go#L129: func (p *PostAddress) TypeInfo() tdp.Type {
tl_post_address_gen.go#L168: func (p *PostAddress) Encode(b *bin.Buffer) error {
tl_post_address_gen.go#L177: func (p *PostAddress) EncodeBare(b *bin.Buffer) error {
tl_post_address_gen.go#L191: func (p *PostAddress) Decode(b *bin.Buffer) error {
tl_post_address_gen.go#L202: func (p *PostAddress) DecodeBare(b *bin.Buffer) error {
tl_post_address_gen.go#L252: func (p *PostAddress) GetStreetLine1() (value string) {
tl_post_address_gen.go#L260: func (p *PostAddress) GetStreetLine2() (value string) {
tl_post_address_gen.go#L268: func (p *PostAddress) GetCity() (value string) {
tl_post_address_gen.go#L276: func (p *PostAddress) GetState() (value string) {
tl_post_address_gen.go#L284: func (p *PostAddress) GetCountryISO2() (value string) {
tl_post_address_gen.go#L292: func (p *PostAddress) GetPostCode() (value string) {
tl_registry_gen.go#L4309: PostAddressTypeID: func() bin.Object { return &PostAddress{} },
tl_update_gen.go#L10911: ShippingAddress PostAddress
tl_update_gen.go#L10964: GetShippingAddress() (value PostAddress)
tl_update_gen.go#L11108: func (u *UpdateBotShippingQuery) GetShippingAddress() (value PostAddress) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |