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

8 uses

	github.com/gotd/td/tg (current package)
		tl_account_privacy_rules_gen.go#L48: const AccountPrivacyRulesTypeID = 0x50a04e45
		tl_account_privacy_rules_gen.go#L99: 	return AccountPrivacyRulesTypeID
		tl_account_privacy_rules_gen.go#L111: 		ID:   AccountPrivacyRulesTypeID,
		tl_account_privacy_rules_gen.go#L139: 	b.PutID(AccountPrivacyRulesTypeID)
		tl_account_privacy_rules_gen.go#L183: 	if err := b.ConsumeID(AccountPrivacyRulesTypeID); err != nil {
		tl_registry_gen.go#L494: 		AccountPrivacyRulesTypeID:                                "account.privacyRules#50a04e45",
		tl_registry_gen.go#L2276: 		"account.privacyRules":                               AccountPrivacyRulesTypeID,
		tl_registry_gen.go#L4058: 		AccountPrivacyRulesTypeID:                                func() bin.Object { return &AccountPrivacyRules{} },