type github.com/gotd/td/tg.InputPrivacyKeyVoiceMessages

19 uses

	github.com/gotd/td/tg (current package)
		tl_input_privacy_key_gen.go#L857: type InputPrivacyKeyVoiceMessages struct {
		tl_input_privacy_key_gen.go#L864: func (i InputPrivacyKeyVoiceMessages) construct() InputPrivacyKeyClass { return &i }
		tl_input_privacy_key_gen.go#L868: 	_ bin.Encoder     = &InputPrivacyKeyVoiceMessages{}
		tl_input_privacy_key_gen.go#L869: 	_ bin.Decoder     = &InputPrivacyKeyVoiceMessages{}
		tl_input_privacy_key_gen.go#L870: 	_ bin.BareEncoder = &InputPrivacyKeyVoiceMessages{}
		tl_input_privacy_key_gen.go#L871: 	_ bin.BareDecoder = &InputPrivacyKeyVoiceMessages{}
		tl_input_privacy_key_gen.go#L873: 	_ InputPrivacyKeyClass = &InputPrivacyKeyVoiceMessages{}
		tl_input_privacy_key_gen.go#L876: func (i *InputPrivacyKeyVoiceMessages) Zero() bool {
		tl_input_privacy_key_gen.go#L885: func (i *InputPrivacyKeyVoiceMessages) String() string {
		tl_input_privacy_key_gen.go#L889: 	type Alias InputPrivacyKeyVoiceMessages
		tl_input_privacy_key_gen.go#L896: func (*InputPrivacyKeyVoiceMessages) TypeID() uint32 {
		tl_input_privacy_key_gen.go#L901: func (*InputPrivacyKeyVoiceMessages) TypeName() string {
		tl_input_privacy_key_gen.go#L906: func (i *InputPrivacyKeyVoiceMessages) TypeInfo() tdp.Type {
		tl_input_privacy_key_gen.go#L920: func (i *InputPrivacyKeyVoiceMessages) Encode(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L929: func (i *InputPrivacyKeyVoiceMessages) EncodeBare(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L937: func (i *InputPrivacyKeyVoiceMessages) Decode(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L948: func (i *InputPrivacyKeyVoiceMessages) DecodeBare(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L1167: 		v := InputPrivacyKeyVoiceMessages{}
		tl_registry_gen.go#L4028: 		InputPrivacyKeyVoiceMessagesTypeID:                       func() bin.Object { return &InputPrivacyKeyVoiceMessages{} },