add subdir
This commit is contained in:
24
Models/CurrentUserPresence.md
Normal file
24
Models/CurrentUserPresence.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# CurrentUserPresence
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
|------------ | ------------- | ------------- | -------------|
|
||||
| **avatarThumbnail** | **String** | | [optional] [default to null] |
|
||||
| **currentAvatarTags** | **List** | | [optional] [default to null] |
|
||||
| **debugflag** | **String** | | [optional] [default to null] |
|
||||
| **displayName** | **String** | | [optional] [default to null] |
|
||||
| **groups** | **List** | | [optional] [default to null] |
|
||||
| **id** | **String** | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. | [optional] [default to null] |
|
||||
| **instance** | **String** | | [optional] [default to null] |
|
||||
| **instanceType** | **String** | either an InstanceType or an empty string | [optional] [default to null] |
|
||||
| **isRejoining** | **String** | | [optional] [default to null] |
|
||||
| **platform** | **String** | This is normally `android`, `ios`, `standalonewindows`, `web`, or the empty value ``, but also supposedly can be any random Unity version such as `2019.2.4-801-Release` or `2019.2.2-772-Release` or even `unknownplatform`. | [optional] [default to null] |
|
||||
| **profilePicOverride** | **String** | | [optional] [default to null] |
|
||||
| **status** | **String** | either a UserStatus or empty string | [optional] [default to null] |
|
||||
| **travelingToInstance** | **String** | | [optional] [default to null] |
|
||||
| **travelingToWorld** | **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. | [optional] [default to null] |
|
||||
| **userIcon** | **String** | | [optional] [default to null] |
|
||||
| **world** | **String** | WorldID be \"offline\" on User profiles if you are not friends with that user. | [optional] [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)
|
||||
|
||||
Reference in New Issue
Block a user