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,