const github.com/gotd/td/tg.PrivacyKeyAboutTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_privacy_key_gen.go#L963: const PrivacyKeyAboutTypeID = 0xa486b761
tl_privacy_key_gen.go#L999: return PrivacyKeyAboutTypeID
tl_privacy_key_gen.go#L1011: ID: PrivacyKeyAboutTypeID,
tl_privacy_key_gen.go#L1026: b.PutID(PrivacyKeyAboutTypeID)
tl_privacy_key_gen.go#L1043: if err := b.ConsumeID(PrivacyKeyAboutTypeID); err != nil {
tl_privacy_key_gen.go#L1172: case PrivacyKeyAboutTypeID:
tl_registry_gen.go#L475: PrivacyKeyAboutTypeID: "privacyKeyAbout#a486b761",
tl_registry_gen.go#L2257: "privacyKeyAbout": PrivacyKeyAboutTypeID,
tl_registry_gen.go#L4039: PrivacyKeyAboutTypeID: func() bin.Object { return &PrivacyKeyAbout{} },
tl_registry_gen.go#L6334: PrivacyKeyAboutTypeID,
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. |