mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
34 lines
1.4 KiB
Markdown
34 lines
1.4 KiB
Markdown
# User
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**allow_avatar_copying** | **bool** | |
|
|
**bio** | **String** | |
|
|
**bio_links** | **Vec<String>** | |
|
|
**current_avatar_image_url** | **String** | |
|
|
**current_avatar_thumbnail_image_url** | **String** | |
|
|
**date_joined** | [**String**](string.md) | | [readonly]
|
|
**developer_type** | [**crate::models::DeveloperType**](DeveloperType.md) | |
|
|
**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**](UserState.md) | |
|
|
**status** | [**crate::models::UserStatus**](UserStatus.md) | |
|
|
**status_description** | **String** | |
|
|
**tags** | **Vec<String>** | |
|
|
**user_icon** | **String** | |
|
|
**username** | **String** | |
|
|
**world_id** | Option<**String**> | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|