|
1 | | -# LimitedUser |
2 | | - |
| 1 | +# LimitedUserFriend |
3 | 2 |
|
| 3 | +User object received when querying your friends list |
4 | 4 |
|
5 | 5 | ## Properties |
6 | 6 | Name | Type | Description | Notes |
7 | 7 | ------------ | ------------- | ------------- | ------------- |
8 | 8 | **bio** | **str** | | [optional] |
9 | 9 | **bio_links** | **list[str]** | | [optional] |
10 | | -**current_avatar_image_url** | **str** | When profilePicOverride is not empty, use it instead. | [optional] |
| 10 | +**current_avatar_image_url** | **str** | When profilePicOverride is not empty, use it instead. | |
11 | 11 | **current_avatar_thumbnail_image_url** | **str** | When profilePicOverride is not empty, use it instead. | [optional] |
12 | 12 | **current_avatar_tags** | **list[str]** | | [optional] |
13 | 13 | **developer_type** | [**DeveloperType**](DeveloperType.md) | | |
14 | 14 | **display_name** | **str** | | |
15 | | -**fallback_avatar** | **str** | | [optional] |
| 15 | +**friend_key** | **str** | | |
16 | 16 | **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. | |
17 | 17 | **is_friend** | **bool** | | |
| 18 | +**image_url** | **str** | | |
18 | 19 | **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`. | |
19 | | -**last_login** | **datetime** | | [optional] |
20 | | -**profile_pic_override** | **str** | | [optional] |
21 | | -**pronouns** | **str** | | [optional] |
| 20 | +**location** | **str** | | |
| 21 | +**last_login** | **datetime** | | |
| 22 | +**last_activity** | **datetime** | | |
| 23 | +**last_mobile** | **datetime** | | |
| 24 | +**platform** | **str** | | |
| 25 | +**profile_pic_override** | **str** | | |
| 26 | +**profile_pic_override_thumbnail** | **str** | | |
22 | 27 | **status** | [**UserStatus**](UserStatus.md) | | |
23 | 28 | **status_description** | **str** | | |
24 | 29 | **tags** | **list[str]** | <- Always empty. | |
25 | | -**user_icon** | **str** | | [optional] |
26 | | -**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] |
27 | | -**location** | **str** | | [optional] |
28 | | -**friend_key** | **str** | | [optional] |
| 30 | +**user_icon** | **str** | | |
29 | 31 |
|
30 | 32 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
31 | 33 |
|
|
0 commit comments