const github.com/gotd/td/tg.InputPrivacyKeyPhoneCallTypeID

10 uses

	github.com/gotd/td/tg (current package)
		tl_input_privacy_key_gen.go#L246: const InputPrivacyKeyPhoneCallTypeID = 0xfabadc5f
		tl_input_privacy_key_gen.go#L282: 	return InputPrivacyKeyPhoneCallTypeID
		tl_input_privacy_key_gen.go#L294: 		ID:   InputPrivacyKeyPhoneCallTypeID,
		tl_input_privacy_key_gen.go#L309: 	b.PutID(InputPrivacyKeyPhoneCallTypeID)
		tl_input_privacy_key_gen.go#L326: 	if err := b.ConsumeID(InputPrivacyKeyPhoneCallTypeID); err != nil {
		tl_input_privacy_key_gen.go#L1123: 	case InputPrivacyKeyPhoneCallTypeID:
		tl_registry_gen.go#L458: 		InputPrivacyKeyPhoneCallTypeID:                           "inputPrivacyKeyPhoneCall#fabadc5f",
		tl_registry_gen.go#L2240: 		"inputPrivacyKeyPhoneCall":                           InputPrivacyKeyPhoneCallTypeID,
		tl_registry_gen.go#L4022: 		InputPrivacyKeyPhoneCallTypeID:                           func() bin.Object { return &InputPrivacyKeyPhoneCall{} },
		tl_registry_gen.go#L5903: 			InputPrivacyKeyPhoneCallTypeID,