vrchatapi 1.0.1

VRChat API Library for Rust
Documentation
# User

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [readonly]
**username** | **String** |  | 
**display_name** | **String** |  | 
**user_icon** | **String** |  | 
**bio** | **String** |  | 
**bio_links** | **Vec<String>** |  | 
**profile_pic_override** | **String** |  | 
**status_description** | **String** |  | 
**current_avatar_image_url** | **String** |  | 
**current_avatar_thumbnail_image_url** | **String** |  | 
**fallback_avatar** | **String** |  | 
**state** | [**crate::models::UserState**]UserState.md |  | 
**tags** | **Vec<String>** |  | 
**developer_type** | [**crate::models::DeveloperType**]DeveloperType.md |  | 
**last_login** | **String** |  | 
**last_platform** | [**crate::models::Platform**]Platform.md |  | 
**allow_avatar_copying** | **bool** |  | 
**status** | [**crate::models::UserStatus**]UserStatus.md |  | 
**date_joined** | [**String**]string.md |  | [readonly]
**is_friend** | **bool** |  | 
**friend_key** | **String** |  | 
**world_id** | Option<**String**> |  | [optional]
**instance_id** | Option<**String**> |  | [optional]
**location** | 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)