const github.com/gotd/td/tg.PrivacyKeyPhoneP2PTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_privacy_key_gen.go#L348: const PrivacyKeyPhoneP2PTypeID = 0x39491cc8
tl_privacy_key_gen.go#L384: return PrivacyKeyPhoneP2PTypeID
tl_privacy_key_gen.go#L396: ID: PrivacyKeyPhoneP2PTypeID,
tl_privacy_key_gen.go#L411: b.PutID(PrivacyKeyPhoneP2PTypeID)
tl_privacy_key_gen.go#L428: if err := b.ConsumeID(PrivacyKeyPhoneP2PTypeID); err != nil {
tl_privacy_key_gen.go#L1130: case PrivacyKeyPhoneP2PTypeID:
tl_registry_gen.go#L469: PrivacyKeyPhoneP2PTypeID: "privacyKeyPhoneP2P#39491cc8",
tl_registry_gen.go#L2251: "privacyKeyPhoneP2P": PrivacyKeyPhoneP2PTypeID,
tl_registry_gen.go#L4033: PrivacyKeyPhoneP2PTypeID: func() bin.Object { return &PrivacyKeyPhoneP2P{} },
tl_registry_gen.go#L6328: PrivacyKeyPhoneP2PTypeID,
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. |