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

19 uses

	github.com/gotd/td/tg (current package)
		tl_input_privacy_key_gen.go#L140: type InputPrivacyKeyChatInvite struct {
		tl_input_privacy_key_gen.go#L147: func (i InputPrivacyKeyChatInvite) construct() InputPrivacyKeyClass { return &i }
		tl_input_privacy_key_gen.go#L151: 	_ bin.Encoder     = &InputPrivacyKeyChatInvite{}
		tl_input_privacy_key_gen.go#L152: 	_ bin.Decoder     = &InputPrivacyKeyChatInvite{}
		tl_input_privacy_key_gen.go#L153: 	_ bin.BareEncoder = &InputPrivacyKeyChatInvite{}
		tl_input_privacy_key_gen.go#L154: 	_ bin.BareDecoder = &InputPrivacyKeyChatInvite{}
		tl_input_privacy_key_gen.go#L156: 	_ InputPrivacyKeyClass = &InputPrivacyKeyChatInvite{}
		tl_input_privacy_key_gen.go#L159: func (i *InputPrivacyKeyChatInvite) Zero() bool {
		tl_input_privacy_key_gen.go#L168: func (i *InputPrivacyKeyChatInvite) String() string {
		tl_input_privacy_key_gen.go#L172: 	type Alias InputPrivacyKeyChatInvite
		tl_input_privacy_key_gen.go#L179: func (*InputPrivacyKeyChatInvite) TypeID() uint32 {
		tl_input_privacy_key_gen.go#L184: func (*InputPrivacyKeyChatInvite) TypeName() string {
		tl_input_privacy_key_gen.go#L189: func (i *InputPrivacyKeyChatInvite) TypeInfo() tdp.Type {
		tl_input_privacy_key_gen.go#L203: func (i *InputPrivacyKeyChatInvite) Encode(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L212: func (i *InputPrivacyKeyChatInvite) EncodeBare(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L220: func (i *InputPrivacyKeyChatInvite) Decode(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L231: func (i *InputPrivacyKeyChatInvite) DecodeBare(b *bin.Buffer) error {
		tl_input_privacy_key_gen.go#L1118: 		v := InputPrivacyKeyChatInvite{}
		tl_registry_gen.go#L4021: 		InputPrivacyKeyChatInviteTypeID:                          func() bin.Object { return &InputPrivacyKeyChatInvite{} },