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

19 uses

	github.com/gotd/td/tg (current package)
		tl_input_privacy_key_gen.go#L564: type InputPrivacyKeyProfilePhoto struct {
		tl_input_privacy_key_gen.go#L571: func (i InputPrivacyKeyProfilePhoto) construct() InputPrivacyKeyClass { return &i }
		tl_input_privacy_key_gen.go#L575: 	_ bin.Encoder     = &InputPrivacyKeyProfilePhoto{}
		tl_input_privacy_key_gen.go#L576: 	_ bin.Decoder     = &InputPrivacyKeyProfilePhoto{}
		tl_input_privacy_key_gen.go#L577: 	_ bin.BareEncoder = &InputPrivacyKeyProfilePhoto{}
		tl_input_privacy_key_gen.go#L578: 	_ bin.BareDecoder = &InputPrivacyKeyProfilePhoto{}
		tl_input_privacy_key_gen.go#L580: 	_ InputPrivacyKeyClass = &InputPrivacyKeyProfilePhoto{}
		tl_input_privacy_key_gen.go#L583: func (i *InputPrivacyKeyProfilePhoto) Zero() bool {
		tl_input_privacy_key_gen.go#L592: func (i *InputPrivacyKeyProfilePhoto) String() string {
		tl_input_privacy_key_gen.go#L596: 	type Alias InputPrivacyKeyProfilePhoto
		tl_input_privacy_key_gen.go#L603: func (*InputPrivacyKeyProfilePhoto) TypeID() uint32 {
		tl_input_privacy_key_gen.go#L608: func (*InputPrivacyKeyProfilePhoto) TypeName() string {
		tl_input_privacy_key_gen.go#L613: func (i *InputPrivacyKeyProfilePhoto) TypeInfo() tdp.Type {
		tl_input_privacy_key_gen.go#L627: func (i *InputPrivacyKeyProfilePhoto) Encode(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L636: func (i *InputPrivacyKeyProfilePhoto) EncodeBare(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L644: func (i *InputPrivacyKeyProfilePhoto) Decode(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L655: func (i *InputPrivacyKeyProfilePhoto) DecodeBare(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L1599: 		v := InputPrivacyKeyProfilePhoto{}
		tl_registry_gen.go#L5393: 		InputPrivacyKeyProfilePhotoTypeID:                        func() bin.Object { return &InputPrivacyKeyProfilePhoto{} },