Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.29 KB

APIConfigConstantsGROUPS.md

File metadata and controls

20 lines (16 loc) · 1.29 KB

VRChat.API.Model.APIConfigConstantsGROUPS

Group-related constants

Properties

Name Type Description Notes
CAPACITY int Maximum group capacity [optional] [default to 100000]
GROUP_TRANSFER_REQUIREMENTS List<string> Requirements for transferring group ownership [optional]
MAX_INVITES_REQUESTS int Maximum number of invite requests [optional] [default to 50]
MAX_JOINED int Maximum number of joined groups [optional] [default to 100]
MAX_JOINED_PLUS int Maximum number of joined groups for VRChat Plus members [optional] [default to 200]
MAX_LANGUAGES int Maximum number of supported languages [optional] [default to 10]
MAX_LINKS int Maximum number of group links [optional] [default to 3]
MAX_MANAGEMENT_ROLES int Maximum number of management roles in a group [optional] [default to 5]
MAX_OWNED int Maximum number of groups a user can own [optional] [default to 5]
MAX_ROLES int Maximum number of roles in a group [optional] [default to 50]

[Back to Model list] [Back to API list] [Back to README]