Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.9 KB

LimitedUser.md

File metadata and controls

30 lines (26 loc) · 1.9 KB

VRChat.API.Model.LimitedUser

Properties

Name Type Description Notes
Bio string [optional]
BioLinks List<string> [optional]
CurrentAvatarImageUrl string When profilePicOverride is not empty, use it instead. [optional]
CurrentAvatarThumbnailImageUrl string When profilePicOverride is not empty, use it instead. [optional]
CurrentAvatarTags List<string> [optional]
DeveloperType DeveloperType
DisplayName string
FallbackAvatar string [optional]
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.
IsFriend bool
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`.
LastLogin DateTime? [optional]
ProfilePicOverride string [optional]
Pronouns string [optional]
Status UserStatus
StatusDescription string
Tags List<string> <- Always empty.
UserIcon string [optional]
Username string - DEPRECATED: VRChat API no longer return usernames of other users. See issue by Tupper for more information.
Location string [optional]
FriendKey string [optional]

[Back to Model list] [Back to API list] [Back to README]