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

19 uses

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