const github.com/gotd/td/tg.PrivacyKeyChatInviteTypeID

10 uses

	github.com/gotd/td/tg (current package)
		tl_privacy_key_gen.go#L144: const PrivacyKeyChatInviteTypeID = 0x500e6dfa
		tl_privacy_key_gen.go#L180: 	return PrivacyKeyChatInviteTypeID
		tl_privacy_key_gen.go#L192: 		ID:   PrivacyKeyChatInviteTypeID,
		tl_privacy_key_gen.go#L207: 	b.PutID(PrivacyKeyChatInviteTypeID)
		tl_privacy_key_gen.go#L224: 	if err := b.ConsumeID(PrivacyKeyChatInviteTypeID); err != nil {
		tl_privacy_key_gen.go#L1116: 	case PrivacyKeyChatInviteTypeID:
		tl_registry_gen.go#L467: 		PrivacyKeyChatInviteTypeID:                               "privacyKeyChatInvite#500e6dfa",
		tl_registry_gen.go#L2249: 		"privacyKeyChatInvite":                               PrivacyKeyChatInviteTypeID,
		tl_registry_gen.go#L4031: 		PrivacyKeyChatInviteTypeID:                               func() bin.Object { return &PrivacyKeyChatInvite{} },
		tl_registry_gen.go#L6326: 			PrivacyKeyChatInviteTypeID,