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,