Skip to content

Latest commit

 

History

History
84 lines (79 loc) · 4.38 KB

CurrentUser.md

File metadata and controls

84 lines (79 loc) · 4.38 KB

vrchat_dart_generated.model.CurrentUser

Load the model package

import 'package:vrchat_dart_generated/api.dart';

Properties

Name Type Description Notes
acceptedTOSVersion int
acceptedPrivacyVersion int [optional]
accountDeletionDate DateTime [optional]
accountDeletionLog List<AccountDeletionLog> [optional]
activeFriends List<String> [optional]
ageVerificationStatus AgeVerificationStatus
ageVerified bool
allowAvatarCopying bool
badges List<Badge> [optional]
bio String
bioLinks List<String>
currentAvatar String
currentAvatarAssetUrl String
currentAvatarImageUrl String When profilePicOverride is not empty, use it instead.
currentAvatarThumbnailImageUrl String When profilePicOverride is not empty, use it instead.
currentAvatarTags List<String>
dateJoined DateTime
developerType DeveloperType
displayName String
emailVerified bool
fallbackAvatar String [optional]
friendGroupNames List<String> Always empty array.
friendKey String
friends List<String>
hasBirthday bool
hideContentFilterSettings bool [optional]
userLanguage String [optional]
userLanguageCode String [optional]
hasEmail bool
hasLoggedInFromClient bool
hasPendingEmail bool
homeLocation String WorldID be "offline" on User profiles if you are not friends with that user.
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.
isAdult bool
isBoopingEnabled bool [optional] [default to true]
isFriend bool [default to false]
lastActivity DateTime [optional]
lastLogin DateTime
lastMobile DateTime
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.
obfuscatedEmail String
obfuscatedPendingEmail String
oculusId String
googleId String [optional]
googleDetails Object [optional]
picoId String [optional]
viveId String [optional]
offlineFriends List<String> [optional]
onlineFriends List<String> [optional]
pastDisplayNames List<PastDisplayName>
presence CurrentUserPresence [optional]
profilePicOverride String
profilePicOverrideThumbnail String
pronouns String
queuedInstance String [optional]
receiveMobileInvitations bool [optional]
state UserState
status UserStatus
statusDescription String
statusFirstTime bool
statusHistory List<String>
steamDetails Object
steamId String
tags List<String>
twoFactorAuthEnabled bool
twoFactorAuthEnabledDate DateTime [optional]
unsubscribe bool
updatedAt DateTime [optional]
userIcon String
username String - DEPRECATED: VRChat API no longer return usernames of other users. See issue by Tupper for more information.

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