Files
VRChatBackendDocs/Models/GroupInstance.md
ExilProductions aa707d1deb add subdir
2026-02-15 17:39:26 +01:00

13 lines
850 B
Markdown

# GroupInstance
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
| **instanceId** | **String** | InstanceID can be \"offline\" on User profiles if you are not friends with that user and \"private\" if you are friends and user is in private instance. | [default to null] |
| **location** | **String** | Represents a unique location, consisting of a world identifier and an instance identifier, or \"offline\" if the user is not on your friends list. | [default to null] |
| **memberCount** | **Integer** | | [default to null] |
| **world** | [**World**](World.md) | | [default to null] |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)