const github.com/gotd/td/tg.CDNPublicKeyTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_cdn_public_key_gen.go#L52: const CDNPublicKeyTypeID = 0xc982eaba
tl_cdn_public_key_gen.go#L98: return CDNPublicKeyTypeID
tl_cdn_public_key_gen.go#L110: ID: CDNPublicKeyTypeID,
tl_cdn_public_key_gen.go#L134: b.PutID(CDNPublicKeyTypeID)
tl_cdn_public_key_gen.go#L153: if err := b.ConsumeID(CDNPublicKeyTypeID); err != nil {
tl_registry_gen.go#L781: CDNPublicKeyTypeID: "cdnPublicKey#c982eaba",
tl_registry_gen.go#L2563: "cdnPublicKey": CDNPublicKeyTypeID,
tl_registry_gen.go#L4345: CDNPublicKeyTypeID: func() bin.Object { return &CDNPublicKey{} },
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. |