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

19 uses

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