const github.com/gotd/td/tg.PostAddressTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_post_address_gen.go#L54: const PostAddressTypeID = 0x1e8caaeb
tl_post_address_gen.go#L120: return PostAddressTypeID
tl_post_address_gen.go#L132: ID: PostAddressTypeID,
tl_post_address_gen.go#L172: b.PutID(PostAddressTypeID)
tl_post_address_gen.go#L195: if err := b.ConsumeID(PostAddressTypeID); err != nil {
tl_registry_gen.go#L745: PostAddressTypeID: "postAddress#1e8caaeb",
tl_registry_gen.go#L2527: "postAddress": PostAddressTypeID,
tl_registry_gen.go#L4309: PostAddressTypeID: func() bin.Object { return &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. |