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

19 uses

	github.com/gotd/td/tg (current package)
		tl_input_privacy_key_gen.go#L975: type InputPrivacyKeyAbout struct {
		tl_input_privacy_key_gen.go#L982: func (i InputPrivacyKeyAbout) construct() InputPrivacyKeyClass { return &i }
		tl_input_privacy_key_gen.go#L986: 	_ bin.Encoder     = &InputPrivacyKeyAbout{}
		tl_input_privacy_key_gen.go#L987: 	_ bin.Decoder     = &InputPrivacyKeyAbout{}
		tl_input_privacy_key_gen.go#L988: 	_ bin.BareEncoder = &InputPrivacyKeyAbout{}
		tl_input_privacy_key_gen.go#L989: 	_ bin.BareDecoder = &InputPrivacyKeyAbout{}
		tl_input_privacy_key_gen.go#L991: 	_ InputPrivacyKeyClass = &InputPrivacyKeyAbout{}
		tl_input_privacy_key_gen.go#L994: func (i *InputPrivacyKeyAbout) Zero() bool {
		tl_input_privacy_key_gen.go#L1003: func (i *InputPrivacyKeyAbout) String() string {
		tl_input_privacy_key_gen.go#L1007: 	type Alias InputPrivacyKeyAbout
		tl_input_privacy_key_gen.go#L1014: func (*InputPrivacyKeyAbout) TypeID() uint32 {
		tl_input_privacy_key_gen.go#L1019: func (*InputPrivacyKeyAbout) TypeName() string {
		tl_input_privacy_key_gen.go#L1024: func (i *InputPrivacyKeyAbout) TypeInfo() tdp.Type {
		tl_input_privacy_key_gen.go#L1038: func (i *InputPrivacyKeyAbout) Encode(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L1047: func (i *InputPrivacyKeyAbout) EncodeBare(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L1055: func (i *InputPrivacyKeyAbout) Decode(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L1066: func (i *InputPrivacyKeyAbout) DecodeBare(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L1627: 		v := InputPrivacyKeyAbout{}
		tl_registry_gen.go#L5397: 		InputPrivacyKeyAboutTypeID:                               func() bin.Object { return &InputPrivacyKeyAbout{} },