You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,6 +31,7 @@ Name | Type | Description | Notes
30
31
**home_location** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
31
32
**id** | **str** | 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. |
32
33
**is_friend** | **bool** | | [default to False]
34
+
**last_activity** | **datetime** | | [optional]
33
35
**last_login** | **datetime** | |
34
36
**last_platform** | **str** | This can be `standalonewindows` or `android`, but can also pretty much be any random Unity verison such as `2019.2.4-801-Release` or `2019.2.2-772-Release` or even `unknownplatform`. |
35
37
**obfuscated_email** | **str** | |
@@ -38,6 +40,7 @@ Name | Type | Description | Notes
**username** | **str** | -| **DEPRECATED:** VRChat API no longer return usernames of other users. [See issue by Tupper for more information](https://github.com/pypy-vrc/VRCX/issues/429). | [optional]
**id** | **str** | 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]
11
+
**instance** | **str** | | [optional]
12
+
**instance_type** | **str** | either an InstanceType or an empty string | [optional]
13
+
**is_rejoining** | **str** | | [optional]
14
+
**platform** | **str** | either a Platform or an empty string | [optional]
15
+
**profile_pic_override** | **str** | | [optional]
16
+
**status** | **str** | either a UserStatus or empty string | [optional]
**traveling_to_world** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. | [optional]
19
+
**world** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. | [optional]
20
+
21
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**id** | **str** | 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. |
15
15
**is_friend** | **bool** | |
16
16
**last_platform** | **str** | This can be `standalonewindows` or `android`, but can also pretty much be any random Unity verison such as `2019.2.4-801-Release` or `2019.2.2-772-Release` or even `unknownplatform`. |
Copy file name to clipboardExpand all lines: docs/World.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
8
8
**author_id** | **str** | 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. |
9
9
**author_name** | **str** | |
10
10
**capacity** | **int** | |
11
+
**recommended_capacity** | **int** | |
11
12
**created_at** | **datetime** | |
12
13
**description** | **str** | |
13
14
**favorites** | **int** | | [optional][default to 0]
0 commit comments