mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
docs!!: removed old docs, added own readme, non-async for now
This commit is contained in:
@ -1,56 +0,0 @@
|
||||
# CurrentUser
|
||||
|
||||
## 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** | |
|
||||
**past_display_names** | **Vec<String>** | |
|
||||
**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<String>** | |
|
||||
**status_first_time** | **bool** | |
|
||||
**friends** | **Vec<String>** | |
|
||||
**friend_group_names** | **Vec<String>** | |
|
||||
**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**](string.md)> | | [optional]
|
||||
**accepted_tos_version** | **f32** | |
|
||||
**steam_id** | **String** | |
|
||||
**steam_details** | [**serde_json::Value**](.md) | |
|
||||
**oculus_id** | **String** | |
|
||||
**has_logged_in_from_client** | **bool** | |
|
||||
**home_location** | **String** | |
|
||||
**two_factor_auth_enabled** | **bool** | |
|
||||
**state** | [**crate::models::UserState**](UserState.md) | |
|
||||
**tags** | **Vec<String>** | |
|
||||
**developer_type** | [**crate::models::DeveloperType**](DeveloperType.md) | |
|
||||
**last_login** | **String** | |
|
||||
**last_platform** | **String** | |
|
||||
**allow_avatar_copying** | **bool** | |
|
||||
**status** | [**crate::models::UserStatus**](UserStatus.md) | |
|
||||
**date_joined** | [**String**](string.md) | | [readonly]
|
||||
**is_friend** | **bool** | | [default to false]
|
||||
**friend_key** | **String** | |
|
||||
**online_friends** | **Vec<String>** | |
|
||||
**active_friends** | **Vec<String>** | |
|
||||
**offline_friends** | **Vec<String>** | |
|
||||
|
||||
[[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