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

10 uses

	github.com/gotd/td/tg (current package)
		tl_input_privacy_key_gen.go#L861: const InputPrivacyKeyVoiceMessagesTypeID = 0xaee69d68
		tl_input_privacy_key_gen.go#L897: 	return InputPrivacyKeyVoiceMessagesTypeID
		tl_input_privacy_key_gen.go#L909: 		ID:   InputPrivacyKeyVoiceMessagesTypeID,
		tl_input_privacy_key_gen.go#L924: 	b.PutID(InputPrivacyKeyVoiceMessagesTypeID)
		tl_input_privacy_key_gen.go#L941: 	if err := b.ConsumeID(InputPrivacyKeyVoiceMessagesTypeID); err != nil {
		tl_input_privacy_key_gen.go#L1165: 	case InputPrivacyKeyVoiceMessagesTypeID:
		tl_registry_gen.go#L464: 		InputPrivacyKeyVoiceMessagesTypeID:                       "inputPrivacyKeyVoiceMessages#aee69d68",
		tl_registry_gen.go#L2246: 		"inputPrivacyKeyVoiceMessages":                       InputPrivacyKeyVoiceMessagesTypeID,
		tl_registry_gen.go#L4028: 		InputPrivacyKeyVoiceMessagesTypeID:                       func() bin.Object { return &InputPrivacyKeyVoiceMessages{} },
		tl_registry_gen.go#L5909: 			InputPrivacyKeyVoiceMessagesTypeID,