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

19 uses

	github.com/gotd/td/tg (current package)
		tl_privacy_key_gen.go#L551: type PrivacyKeyProfilePhoto struct {
		tl_privacy_key_gen.go#L558: func (p PrivacyKeyProfilePhoto) construct() PrivacyKeyClass { return &p }
		tl_privacy_key_gen.go#L562: 	_ bin.Encoder     = &PrivacyKeyProfilePhoto{}
		tl_privacy_key_gen.go#L563: 	_ bin.Decoder     = &PrivacyKeyProfilePhoto{}
		tl_privacy_key_gen.go#L564: 	_ bin.BareEncoder = &PrivacyKeyProfilePhoto{}
		tl_privacy_key_gen.go#L565: 	_ bin.BareDecoder = &PrivacyKeyProfilePhoto{}
		tl_privacy_key_gen.go#L567: 	_ PrivacyKeyClass = &PrivacyKeyProfilePhoto{}
		tl_privacy_key_gen.go#L570: func (p *PrivacyKeyProfilePhoto) Zero() bool {
		tl_privacy_key_gen.go#L579: func (p *PrivacyKeyProfilePhoto) String() string {
		tl_privacy_key_gen.go#L583: 	type Alias PrivacyKeyProfilePhoto
		tl_privacy_key_gen.go#L590: func (*PrivacyKeyProfilePhoto) TypeID() uint32 {
		tl_privacy_key_gen.go#L595: func (*PrivacyKeyProfilePhoto) TypeName() string {
		tl_privacy_key_gen.go#L600: func (p *PrivacyKeyProfilePhoto) TypeInfo() tdp.Type {
		tl_privacy_key_gen.go#L614: func (p *PrivacyKeyProfilePhoto) Encode(b *bin.Buffer) error {
		tl_privacy_key_gen.go#L623: func (p *PrivacyKeyProfilePhoto) EncodeBare(b *bin.Buffer) error {
		tl_privacy_key_gen.go#L631: func (p *PrivacyKeyProfilePhoto) Decode(b *bin.Buffer) error {
		tl_privacy_key_gen.go#L642: func (p *PrivacyKeyProfilePhoto) DecodeBare(b *bin.Buffer) error {
		tl_privacy_key_gen.go#L1146: 		v := PrivacyKeyProfilePhoto{}
		tl_registry_gen.go#L4035: 		PrivacyKeyProfilePhotoTypeID:                             func() bin.Object { return &PrivacyKeyProfilePhoto{} },