|
1 | | -# VRChat.API.Model.LimitedUser |
| 1 | +# VRChat.API.Model.LimitedUserFriend |
| 2 | +User object received when querying your friends list |
2 | 3 |
|
3 | 4 | ## Properties |
4 | 5 |
|
5 | 6 | Name | Type | Description | Notes |
6 | 7 | ------------ | ------------- | ------------- | ------------- |
7 | 8 | **Bio** | **string** | | [optional] |
8 | 9 | **BioLinks** | **List<string>** | | [optional] |
9 | | -**CurrentAvatarImageUrl** | **string** | When profilePicOverride is not empty, use it instead. | [optional] |
| 10 | +**CurrentAvatarImageUrl** | **string** | When profilePicOverride is not empty, use it instead. | |
10 | 11 | **CurrentAvatarThumbnailImageUrl** | **string** | When profilePicOverride is not empty, use it instead. | [optional] |
11 | 12 | **CurrentAvatarTags** | **List<string>** | | [optional] |
12 | 13 | **DeveloperType** | **DeveloperType** | | |
13 | 14 | **DisplayName** | **string** | | |
14 | | -**FallbackAvatar** | **string** | | [optional] |
| 15 | +**FriendKey** | **string** | | |
15 | 16 | **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. | |
16 | 17 | **IsFriend** | **bool** | | |
| 18 | +**ImageUrl** | **string** | | |
17 | 19 | **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`. | |
18 | | -**LastLogin** | **DateTime?** | | [optional] |
19 | | -**ProfilePicOverride** | **string** | | [optional] |
20 | | -**Pronouns** | **string** | | [optional] |
| 20 | +**Location** | **string** | | |
| 21 | +**LastLogin** | **DateTime?** | | |
| 22 | +**LastActivity** | **DateTime?** | | |
| 23 | +**LastMobile** | **DateTime?** | | |
| 24 | +**Platform** | **string** | | |
| 25 | +**ProfilePicOverride** | **string** | | |
| 26 | +**ProfilePicOverrideThumbnail** | **string** | | |
21 | 27 | **Status** | **UserStatus** | | |
22 | 28 | **StatusDescription** | **string** | | |
23 | 29 | **Tags** | **List<string>** | <- Always empty. | |
24 | | -**UserIcon** | **string** | | [optional] |
25 | | -**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] |
26 | | -**Location** | **string** | | [optional] |
27 | | -**FriendKey** | **string** | | [optional] |
| 30 | +**UserIcon** | **string** | | |
28 | 31 |
|
29 | 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) |
30 | 33 |
|
0 commit comments