const github.com/gotd/td/tg.InputPrivacyKeyPhoneP2PTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_privacy_key_gen.go#L348: const InputPrivacyKeyPhoneP2PTypeID = 0xdb9e70d2
tl_input_privacy_key_gen.go#L384: return InputPrivacyKeyPhoneP2PTypeID
tl_input_privacy_key_gen.go#L396: ID: InputPrivacyKeyPhoneP2PTypeID,
tl_input_privacy_key_gen.go#L411: b.PutID(InputPrivacyKeyPhoneP2PTypeID)
tl_input_privacy_key_gen.go#L428: if err := b.ConsumeID(InputPrivacyKeyPhoneP2PTypeID); err != nil {
tl_input_privacy_key_gen.go#L1130: case InputPrivacyKeyPhoneP2PTypeID:
tl_registry_gen.go#L459: InputPrivacyKeyPhoneP2PTypeID: "inputPrivacyKeyPhoneP2P#db9e70d2",
tl_registry_gen.go#L2241: "inputPrivacyKeyPhoneP2P": InputPrivacyKeyPhoneP2PTypeID,
tl_registry_gen.go#L4023: InputPrivacyKeyPhoneP2PTypeID: func() bin.Object { return &InputPrivacyKeyPhoneP2P{} },
tl_registry_gen.go#L5904: InputPrivacyKeyPhoneP2PTypeID,
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. |