add subdir

This commit is contained in:
ExilProductions
2026-02-15 17:39:26 +01:00
parent a4b3cb0164
commit aa707d1deb
262 changed files with 12189 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# APIConfigConstants_GROUPS
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
| **CAPACITY** | **Integer** | Maximum group capacity | [optional] [default to 100000] |
| **GROUP\_TRANSFER\_REQUIREMENTS** | **List** | Requirements for transferring group ownership | [optional] [default to null] |
| **MAX\_INVITES\_REQUESTS** | **Integer** | Maximum number of invite requests | [optional] [default to 50] |
| **MAX\_JOINED** | **Integer** | Maximum number of joined groups | [optional] [default to 100] |
| **MAX\_JOINED\_PLUS** | **Integer** | Maximum number of joined groups for VRChat Plus members | [optional] [default to 200] |
| **MAX\_LANGUAGES** | **Integer** | Maximum number of supported languages | [optional] [default to 10] |
| **MAX\_LINKS** | **Integer** | Maximum number of group links | [optional] [default to 3] |
| **MAX\_MANAGEMENT\_ROLES** | **Integer** | Maximum number of management roles in a group | [optional] [default to 5] |
| **MAX\_OWNED** | **Integer** | Maximum number of groups a user can own | [optional] [default to 5] |
| **MAX\_ROLES** | **Integer** | Maximum number of roles in a group | [optional] [default to 50] |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)