Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.46 KB

CurrentUserPresence.md

File metadata and controls

24 lines (20 loc) · 1.46 KB

VRChat.API.Model.CurrentUserPresence

Properties

Name Type Description Notes
AvatarThumbnail string [optional]
CurrentAvatarTags string [optional]
DisplayName string [optional]
Groups List<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. [optional]
Instance string [optional]
InstanceType string either an InstanceType or an empty string [optional]
IsRejoining string [optional]
Platform string either a Platform or an empty string [optional]
ProfilePicOverride string [optional]
Status string either a UserStatus or empty string [optional]
TravelingToInstance string [optional]
TravelingToWorld string WorldID be &quot;offline&quot; on User profiles if you are not friends with that user. [optional]
UserIcon string [optional]
World string WorldID be &quot;offline&quot; on User profiles if you are not friends with that user. [optional]

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