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
**username** | **str** | Your own unique name, used during login. Distinct from `displayName`, and never returned for another user. | [optional]
Copy file name to clipboardExpand all lines: docs/GroupMember.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,17 @@ Name | Type | Description | Notes
13
13
**has_joined_from_purchase** | **bool** | Missing when explicitly fetching own user, or when group isn't linked to a purchase. | [optional]
14
14
**id** | **str** | |
15
15
**is_representing** | **bool** | Whether the user is representing the group. This makes the group show up above the name tag in-game. | [default to False]
16
-
**is_subscribed_to_announcements** | **bool** | | [default to False]
16
+
**is_subscribed_to_announcements** | **bool** | | [optional][default to False]
17
17
**is_subscribed_to_event_announcements** | **bool** | Only missing when explicitly fetching own user. | [optional]
**user_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. |
26
-
**visibility** | **str** | |
26
+
**visibility** | **str** | | [optional]
27
27
28
28
[[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. | [optional]
13
-
**profile_pic_override** | **str** | | [optional]
14
-
**thumbnail_url** | **str** | | [optional]
15
+
**nameplate_effect** | **str** | | [optional]
16
+
**profile_effect** | **str** | | [optional]
15
17
16
18
[[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. |
22
-
**image_url** | **str** | |
23
17
**is_friend** | **bool** | |
24
18
**last_activity** | **datetime** | |
25
19
**last_login** | **datetime** | |
@@ -29,12 +23,9 @@ Name | Type | Description | Notes
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
@@ -22,12 +17,10 @@ Name | Type | Description | Notes
22
17
**last_platform** | **str** | 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`. |
23
18
**nameplate_effect** | **str** | | [optional]
24
19
**profile_effect** | **str** | | [optional]
25
-
**profile_pic_override** | **str** | | [optional]
26
20
**pronouns** | **str** | | [optional]
27
21
**status** | [**UserStatus**](UserStatus.md) | |
28
22
**status_description** | **str** | |
29
23
**tags** | **list[str]** | <- Always empty. |
30
-
**user_icon** | **str** | | [optional]
31
24
32
25
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**current_avatar_thumbnail_image_url** | **str** | When profilePicOverride is not empty, use it instead. | [optional]
14
10
**display_name** | **str** | |
15
11
**icon_frame** | **str** | | [optional]
16
12
**icon_url** | **str** | | [optional]
17
13
**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. |
**content_filters** | [**list[ContentFilter]**](ContentFilter.md) | These tags begin with `content_` and control content gating | [optional]
12
10
**current_password** | **str** | | [optional]
@@ -22,7 +20,6 @@ Name | Type | Description | Notes
22
20
**status_description** | **str** | | [optional]
23
21
**tags** | **list[str]** | | [optional]
24
22
**unsubscribe** | **bool** | | [optional]
25
-
**user_icon** | **str** | MUST be a valid VRChat /file/ url. | [optional]
26
23
27
24
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments