|
6 | 6 | Name | Type | Description | Notes
|
7 | 7 | ------------ | ------------- | ------------- | -------------
|
8 | 8 | **bio** | **str** | | [optional]
|
9 |
| -**current_avatar_image_url** | **str** | When profilePicOverride is not empty, use it instead. | |
10 |
| -**current_avatar_thumbnail_image_url** | **str** | When profilePicOverride is not empty, use it instead. | |
| 9 | +**current_avatar_image_url** | **str** | When profilePicOverride is not empty, use it instead. | [optional] |
| 10 | +**current_avatar_thumbnail_image_url** | **str** | When profilePicOverride is not empty, use it instead. | [optional] |
11 | 11 | **developer_type** | [**DeveloperType**](DeveloperType.md) | |
|
12 | 12 | **display_name** | **str** | |
|
13 | 13 | **fallback_avatar** | **str** | | [optional]
|
14 | 14 | **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`. |
|
17 |
| -**profile_pic_override** | **str** | | |
| 17 | +**profile_pic_override** | **str** | | [optional] |
18 | 18 | **status** | [**UserStatus**](UserStatus.md) | |
|
19 | 19 | **status_description** | **str** | |
|
20 | 20 | **tags** | **list[str]** | <- Always empty. |
|
21 |
| -**user_icon** | **str** | | |
| 21 | +**user_icon** | **str** | | [optional] |
22 | 22 | **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]
|
23 | 23 | **location** | **str** | | [optional]
|
24 | 24 | **friend_key** | **str** | | [optional]
|
|
0 commit comments