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

19 uses

	github.com/gotd/td/tg (current package)
		tl_privacy_key_gen.go#L972: type PrivacyKeyAbout struct {
		tl_privacy_key_gen.go#L979: func (p PrivacyKeyAbout) construct() PrivacyKeyClass { return &p }
		tl_privacy_key_gen.go#L983: 	_ bin.Encoder     = &PrivacyKeyAbout{}
		tl_privacy_key_gen.go#L984: 	_ bin.Decoder     = &PrivacyKeyAbout{}
		tl_privacy_key_gen.go#L985: 	_ bin.BareEncoder = &PrivacyKeyAbout{}
		tl_privacy_key_gen.go#L986: 	_ bin.BareDecoder = &PrivacyKeyAbout{}
		tl_privacy_key_gen.go#L988: 	_ PrivacyKeyClass = &PrivacyKeyAbout{}
		tl_privacy_key_gen.go#L991: func (p *PrivacyKeyAbout) Zero() bool {
		tl_privacy_key_gen.go#L1000: func (p *PrivacyKeyAbout) String() string {
		tl_privacy_key_gen.go#L1004: 	type Alias PrivacyKeyAbout
		tl_privacy_key_gen.go#L1011: func (*PrivacyKeyAbout) TypeID() uint32 {
		tl_privacy_key_gen.go#L1016: func (*PrivacyKeyAbout) TypeName() string {
		tl_privacy_key_gen.go#L1021: func (p *PrivacyKeyAbout) TypeInfo() tdp.Type {
		tl_privacy_key_gen.go#L1035: func (p *PrivacyKeyAbout) Encode(b *bin.Buffer) error {
		tl_privacy_key_gen.go#L1044: func (p *PrivacyKeyAbout) EncodeBare(b *bin.Buffer) error {
		tl_privacy_key_gen.go#L1052: func (p *PrivacyKeyAbout) Decode(b *bin.Buffer) error {
		tl_privacy_key_gen.go#L1063: func (p *PrivacyKeyAbout) DecodeBare(b *bin.Buffer) error {
		tl_privacy_key_gen.go#L1624: 		v := PrivacyKeyAbout{}
		tl_registry_gen.go#L5500: 		PrivacyKeyAboutTypeID:                                    func() bin.Object { return &PrivacyKeyAbout{} },