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

19 uses

	github.com/gotd/td/tg (current package)
		tl_input_privacy_key_gen.go#L768: type InputPrivacyKeyAddedByPhone struct {
		tl_input_privacy_key_gen.go#L775: func (i InputPrivacyKeyAddedByPhone) construct() InputPrivacyKeyClass { return &i }
		tl_input_privacy_key_gen.go#L779: 	_ bin.Encoder     = &InputPrivacyKeyAddedByPhone{}
		tl_input_privacy_key_gen.go#L780: 	_ bin.Decoder     = &InputPrivacyKeyAddedByPhone{}
		tl_input_privacy_key_gen.go#L781: 	_ bin.BareEncoder = &InputPrivacyKeyAddedByPhone{}
		tl_input_privacy_key_gen.go#L782: 	_ bin.BareDecoder = &InputPrivacyKeyAddedByPhone{}
		tl_input_privacy_key_gen.go#L784: 	_ InputPrivacyKeyClass = &InputPrivacyKeyAddedByPhone{}
		tl_input_privacy_key_gen.go#L787: func (i *InputPrivacyKeyAddedByPhone) Zero() bool {
		tl_input_privacy_key_gen.go#L796: func (i *InputPrivacyKeyAddedByPhone) String() string {
		tl_input_privacy_key_gen.go#L800: 	type Alias InputPrivacyKeyAddedByPhone
		tl_input_privacy_key_gen.go#L807: func (*InputPrivacyKeyAddedByPhone) TypeID() uint32 {
		tl_input_privacy_key_gen.go#L812: func (*InputPrivacyKeyAddedByPhone) TypeName() string {
		tl_input_privacy_key_gen.go#L817: func (i *InputPrivacyKeyAddedByPhone) TypeInfo() tdp.Type {
		tl_input_privacy_key_gen.go#L831: func (i *InputPrivacyKeyAddedByPhone) Encode(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L840: func (i *InputPrivacyKeyAddedByPhone) EncodeBare(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L848: func (i *InputPrivacyKeyAddedByPhone) Decode(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L859: func (i *InputPrivacyKeyAddedByPhone) DecodeBare(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L1613: 		v := InputPrivacyKeyAddedByPhone{}
		tl_registry_gen.go#L5395: 		InputPrivacyKeyAddedByPhoneTypeID:                        func() bin.Object { return &InputPrivacyKeyAddedByPhone{} },