mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
2.2 KiB
2.2 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 | Vec | ||
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 | ||
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 | String | ||
allow_avatar_copying | bool | ||
status | crate::models::UserStatus | ||
date_joined | String | [readonly] | |
is_friend | bool | [default to false] | |
friend_key | String | ||
online_friends | Vec | ||
active_friends | Vec | ||
offline_friends | Vec |