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

19 uses

	github.com/gotd/td/tg (current package)
		tl_input_privacy_key_gen.go#L255: type InputPrivacyKeyPhoneCall struct {
		tl_input_privacy_key_gen.go#L262: func (i InputPrivacyKeyPhoneCall) construct() InputPrivacyKeyClass { return &i }
		tl_input_privacy_key_gen.go#L266: 	_ bin.Encoder     = &InputPrivacyKeyPhoneCall{}
		tl_input_privacy_key_gen.go#L267: 	_ bin.Decoder     = &InputPrivacyKeyPhoneCall{}
		tl_input_privacy_key_gen.go#L268: 	_ bin.BareEncoder = &InputPrivacyKeyPhoneCall{}
		tl_input_privacy_key_gen.go#L269: 	_ bin.BareDecoder = &InputPrivacyKeyPhoneCall{}
		tl_input_privacy_key_gen.go#L271: 	_ InputPrivacyKeyClass = &InputPrivacyKeyPhoneCall{}
		tl_input_privacy_key_gen.go#L274: func (i *InputPrivacyKeyPhoneCall) Zero() bool {
		tl_input_privacy_key_gen.go#L283: func (i *InputPrivacyKeyPhoneCall) String() string {
		tl_input_privacy_key_gen.go#L287: 	type Alias InputPrivacyKeyPhoneCall
		tl_input_privacy_key_gen.go#L294: func (*InputPrivacyKeyPhoneCall) TypeID() uint32 {
		tl_input_privacy_key_gen.go#L299: func (*InputPrivacyKeyPhoneCall) TypeName() string {
		tl_input_privacy_key_gen.go#L304: func (i *InputPrivacyKeyPhoneCall) TypeInfo() tdp.Type {
		tl_input_privacy_key_gen.go#L318: func (i *InputPrivacyKeyPhoneCall) Encode(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L327: func (i *InputPrivacyKeyPhoneCall) EncodeBare(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L335: func (i *InputPrivacyKeyPhoneCall) Decode(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L346: func (i *InputPrivacyKeyPhoneCall) DecodeBare(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L1578: 		v := InputPrivacyKeyPhoneCall{}
		tl_registry_gen.go#L5390: 		InputPrivacyKeyPhoneCallTypeID:                           func() bin.Object { return &InputPrivacyKeyPhoneCall{} },