|
1 | 1 |
|
2 | 2 |
|
3 | | -# LimitedUser |
4 | | - |
| 3 | +# LimitedUserFriend |
5 | 4 |
|
| 5 | +User object received when querying your friends list |
6 | 6 |
|
7 | 7 | ## Properties |
8 | 8 |
|
9 | 9 | | Name | Type | Description | Notes | |
10 | 10 | |------------ | ------------- | ------------- | -------------| |
11 | 11 | |**bio** | **String** | | [optional] | |
12 | 12 | |**bioLinks** | **List<String>** | | [optional] | |
13 | | -|**currentAvatarImageUrl** | **String** | When profilePicOverride is not empty, use it instead. | [optional] | |
| 13 | +|**currentAvatarImageUrl** | **String** | When profilePicOverride is not empty, use it instead. | | |
14 | 14 | |**currentAvatarThumbnailImageUrl** | **String** | When profilePicOverride is not empty, use it instead. | [optional] | |
15 | 15 | |**currentAvatarTags** | **List<String>** | | [optional] | |
16 | 16 | |**developerType** | **DeveloperType** | | | |
17 | 17 | |**displayName** | **String** | | | |
18 | | -|**fallbackAvatar** | **String** | | [optional] | |
| 18 | +|**friendKey** | **String** | | | |
19 | 19 | |**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. | | |
20 | 20 | |**isFriend** | **Boolean** | | | |
| 21 | +|**imageUrl** | **String** | | | |
21 | 22 | |**lastPlatform** | **String** | 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`. | | |
22 | | -|**lastLogin** | **OffsetDateTime** | | [optional] | |
23 | | -|**profilePicOverride** | **String** | | [optional] | |
24 | | -|**pronouns** | **String** | | [optional] | |
| 23 | +|**location** | **String** | | | |
| 24 | +|**lastLogin** | **OffsetDateTime** | | | |
| 25 | +|**lastActivity** | **OffsetDateTime** | | | |
| 26 | +|**lastMobile** | **OffsetDateTime** | | | |
| 27 | +|**platform** | **String** | | | |
| 28 | +|**profilePicOverride** | **String** | | | |
| 29 | +|**profilePicOverrideThumbnail** | **String** | | | |
25 | 30 | |**status** | **UserStatus** | | | |
26 | 31 | |**statusDescription** | **String** | | | |
27 | 32 | |**tags** | **List<String>** | <- Always empty. | | |
28 | | -|**userIcon** | **String** | | [optional] | |
29 | | -|**username** | **String** | -| **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] | |
30 | | -|**location** | **String** | | [optional] | |
31 | | -|**friendKey** | **String** | | [optional] | |
| 33 | +|**userIcon** | **String** | | | |
32 | 34 |
|
33 | 35 |
|
34 | 36 |
|
0 commit comments