Files
vrchatapi-rust/docs/CurrentUser.md
2021-08-31 20:01:31 +02:00

2.4 KiB

CurrentUser

Properties

Name Type Description Notes
id String [readonly]
username String
display_name String
user_icon String
bio String
bio_links Vec
profile_pic_override String
status_description String
past_display_names Veccrate::models::PastDisplayName
has_email bool
has_pending_email bool
obfuscated_email String
obfuscated_pending_email String
email_verified bool
has_birthday bool
unsubscribe bool
status_history Vec
status_first_time bool
friends Vec
friend_group_names Vec Always empty array.
current_avatar_image_url String
current_avatar_thumbnail_image_url String
fallback_avatar String
current_avatar String
current_avatar_asset_url String
account_deletion_date Option<String> [optional]
accepted_tos_version f32
steam_id String
steam_details serde_json::Value
oculus_id String
has_logged_in_from_client bool
home_location String
two_factor_auth_enabled bool
state crate::models::UserState
tags Vec
developer_type crate::models::DeveloperType
last_login String
last_platform crate::models::Platform
allow_avatar_copying bool
status crate::models::UserStatus
date_joined String [readonly]
is_friend bool [default to false]
friend_key String
online_friends Option<Vec> [optional]
active_friends Option<Vec> [optional]
offline_friends Option<Vec> [optional]

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