mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-12-07 21:18:19 +00:00
1.4 KiB
1.4 KiB
User
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| allow_avatar_copying | bool | ||
| bio | String | ||
| bio_links | Vec | ||
| current_avatar_image_url | String | ||
| current_avatar_thumbnail_image_url | String | ||
| date_joined | String | [readonly] | |
| developer_type | crate::models::DeveloperType | ||
| display_name | String | ||
| friend_key | String | ||
| id | String | ||
| instance_id | Option<String> | [optional] | |
| is_friend | bool | ||
| last_login | String | ||
| last_platform | 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. |
|
| location | Option<String> | [optional] | |
| profile_pic_override | String | ||
| state | crate::models::UserState | ||
| status | crate::models::UserStatus | ||
| status_description | String | ||
| tags | Vec | ||
| user_icon | String | ||
| username | String | ||
| world_id | Option<String> | [optional] |