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

19 uses

	github.com/gotd/td/tg (current package)
		tl_input_privacy_key_gen.go#L873: type InputPrivacyKeyVoiceMessages struct {
		tl_input_privacy_key_gen.go#L880: func (i InputPrivacyKeyVoiceMessages) construct() InputPrivacyKeyClass { return &i }
		tl_input_privacy_key_gen.go#L884: 	_ bin.Encoder     = &InputPrivacyKeyVoiceMessages{}
		tl_input_privacy_key_gen.go#L885: 	_ bin.Decoder     = &InputPrivacyKeyVoiceMessages{}
		tl_input_privacy_key_gen.go#L886: 	_ bin.BareEncoder = &InputPrivacyKeyVoiceMessages{}
		tl_input_privacy_key_gen.go#L887: 	_ bin.BareDecoder = &InputPrivacyKeyVoiceMessages{}
		tl_input_privacy_key_gen.go#L889: 	_ InputPrivacyKeyClass = &InputPrivacyKeyVoiceMessages{}
		tl_input_privacy_key_gen.go#L892: func (i *InputPrivacyKeyVoiceMessages) Zero() bool {
		tl_input_privacy_key_gen.go#L901: func (i *InputPrivacyKeyVoiceMessages) String() string {
		tl_input_privacy_key_gen.go#L905: 	type Alias InputPrivacyKeyVoiceMessages
		tl_input_privacy_key_gen.go#L912: func (*InputPrivacyKeyVoiceMessages) TypeID() uint32 {
		tl_input_privacy_key_gen.go#L917: func (*InputPrivacyKeyVoiceMessages) TypeName() string {
		tl_input_privacy_key_gen.go#L922: func (i *InputPrivacyKeyVoiceMessages) TypeInfo() tdp.Type {
		tl_input_privacy_key_gen.go#L936: func (i *InputPrivacyKeyVoiceMessages) Encode(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L945: func (i *InputPrivacyKeyVoiceMessages) EncodeBare(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L953: func (i *InputPrivacyKeyVoiceMessages) Decode(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L964: func (i *InputPrivacyKeyVoiceMessages) DecodeBare(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L1620: 		v := InputPrivacyKeyVoiceMessages{}
		tl_registry_gen.go#L5396: 		InputPrivacyKeyVoiceMessagesTypeID:                       func() bin.Object { return &InputPrivacyKeyVoiceMessages{} },