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

9 uses

	github.com/gotd/td/tg (current package)
		tl_account_set_privacy_gen.go#L46: const AccountSetPrivacyRequestTypeID = 0xc9f81ce8
		tl_account_set_privacy_gen.go#L92: 	return AccountSetPrivacyRequestTypeID
		tl_account_set_privacy_gen.go#L104: 		ID:   AccountSetPrivacyRequestTypeID,
		tl_account_set_privacy_gen.go#L128: 	b.PutID(AccountSetPrivacyRequestTypeID)
		tl_account_set_privacy_gen.go#L160: 	if err := b.ConsumeID(AccountSetPrivacyRequestTypeID); err != nil {
		tl_registry_gen.go#L1281: 		AccountSetPrivacyRequestTypeID:                                          "account.setPrivacy#c9f81ce8",
		tl_registry_gen.go#L3063: 		"account.setPrivacy":                                                AccountSetPrivacyRequestTypeID,
		tl_registry_gen.go#L4845: 		AccountSetPrivacyRequestTypeID:                                          func() bin.Object { return &AccountSetPrivacyRequest{} },
		tl_server_gen.go#L704: 	s.handlers[AccountSetPrivacyRequestTypeID] = handler