Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.52 KB

CurrentUserPresence.md

File metadata and controls

29 lines (24 loc) · 1.52 KB

vrchat_dart_generated.model.CurrentUserPresence

Load the model package

import 'package:vrchat_dart_generated/api.dart';

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 "offline" on User profiles if you are not friends with that user. [optional]
userIcon String [optional]
world String WorldID be "offline" on User profiles if you are not friends with that user. [optional]

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