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

19 uses

	github.com/gotd/td/tg (current package)
		tl_input_privacy_key_gen.go#L242: type InputPrivacyKeyPhoneCall struct {
		tl_input_privacy_key_gen.go#L249: func (i InputPrivacyKeyPhoneCall) construct() InputPrivacyKeyClass { return &i }
		tl_input_privacy_key_gen.go#L253: 	_ bin.Encoder     = &InputPrivacyKeyPhoneCall{}
		tl_input_privacy_key_gen.go#L254: 	_ bin.Decoder     = &InputPrivacyKeyPhoneCall{}
		tl_input_privacy_key_gen.go#L255: 	_ bin.BareEncoder = &InputPrivacyKeyPhoneCall{}
		tl_input_privacy_key_gen.go#L256: 	_ bin.BareDecoder = &InputPrivacyKeyPhoneCall{}
		tl_input_privacy_key_gen.go#L258: 	_ InputPrivacyKeyClass = &InputPrivacyKeyPhoneCall{}
		tl_input_privacy_key_gen.go#L261: func (i *InputPrivacyKeyPhoneCall) Zero() bool {
		tl_input_privacy_key_gen.go#L270: func (i *InputPrivacyKeyPhoneCall) String() string {
		tl_input_privacy_key_gen.go#L274: 	type Alias InputPrivacyKeyPhoneCall
		tl_input_privacy_key_gen.go#L281: func (*InputPrivacyKeyPhoneCall) TypeID() uint32 {
		tl_input_privacy_key_gen.go#L286: func (*InputPrivacyKeyPhoneCall) TypeName() string {
		tl_input_privacy_key_gen.go#L291: func (i *InputPrivacyKeyPhoneCall) TypeInfo() tdp.Type {
		tl_input_privacy_key_gen.go#L305: func (i *InputPrivacyKeyPhoneCall) Encode(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L314: func (i *InputPrivacyKeyPhoneCall) EncodeBare(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L322: func (i *InputPrivacyKeyPhoneCall) Decode(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L333: func (i *InputPrivacyKeyPhoneCall) DecodeBare(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L1125: 		v := InputPrivacyKeyPhoneCall{}
		tl_registry_gen.go#L4022: 		InputPrivacyKeyPhoneCallTypeID:                           func() bin.Object { return &InputPrivacyKeyPhoneCall{} },