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

19 uses

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