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

19 uses

	github.com/gotd/td/tg (current package)
		tl_input_privacy_key_gen.go#L153: type InputPrivacyKeyChatInvite struct {
		tl_input_privacy_key_gen.go#L160: func (i InputPrivacyKeyChatInvite) construct() InputPrivacyKeyClass { return &i }
		tl_input_privacy_key_gen.go#L164: 	_ bin.Encoder     = &InputPrivacyKeyChatInvite{}
		tl_input_privacy_key_gen.go#L165: 	_ bin.Decoder     = &InputPrivacyKeyChatInvite{}
		tl_input_privacy_key_gen.go#L166: 	_ bin.BareEncoder = &InputPrivacyKeyChatInvite{}
		tl_input_privacy_key_gen.go#L167: 	_ bin.BareDecoder = &InputPrivacyKeyChatInvite{}
		tl_input_privacy_key_gen.go#L169: 	_ InputPrivacyKeyClass = &InputPrivacyKeyChatInvite{}
		tl_input_privacy_key_gen.go#L172: func (i *InputPrivacyKeyChatInvite) Zero() bool {
		tl_input_privacy_key_gen.go#L181: func (i *InputPrivacyKeyChatInvite) String() string {
		tl_input_privacy_key_gen.go#L185: 	type Alias InputPrivacyKeyChatInvite
		tl_input_privacy_key_gen.go#L192: func (*InputPrivacyKeyChatInvite) TypeID() uint32 {
		tl_input_privacy_key_gen.go#L197: func (*InputPrivacyKeyChatInvite) TypeName() string {
		tl_input_privacy_key_gen.go#L202: func (i *InputPrivacyKeyChatInvite) TypeInfo() tdp.Type {
		tl_input_privacy_key_gen.go#L216: func (i *InputPrivacyKeyChatInvite) Encode(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L225: func (i *InputPrivacyKeyChatInvite) EncodeBare(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L233: func (i *InputPrivacyKeyChatInvite) Decode(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L244: func (i *InputPrivacyKeyChatInvite) DecodeBare(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L1571: 		v := InputPrivacyKeyChatInvite{}
		tl_registry_gen.go#L5389: 		InputPrivacyKeyChatInviteTypeID:                          func() bin.Object { return &InputPrivacyKeyChatInvite{} },