mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
docs: re-add default generated markdown docs
This commit is contained in:
34
docs/User.md
Normal file
34
docs/User.md
Normal file
@ -0,0 +1,34 @@
|
||||
# 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)
|
||||
|
||||
|
Reference in New Issue
Block a user