mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
27 lines
994 B
Markdown
27 lines
994 B
Markdown
# LimitedUser
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **String** | | [readonly]
|
|
**username** | **String** | |
|
|
**display_name** | **String** | |
|
|
**bio** | Option<**String**> | | [optional]
|
|
**user_icon** | **String** | |
|
|
**profile_pic_override** | **String** | |
|
|
**status_description** | **String** | |
|
|
**current_avatar_image_url** | **String** | |
|
|
**current_avatar_thumbnail_image_url** | **String** | |
|
|
**fallback_avatar** | **String** | |
|
|
**developer_type** | [**crate::models::DeveloperType**](DeveloperType.md) | |
|
|
**last_platform** | **String** | |
|
|
**status** | [**crate::models::UserStatus**](UserStatus.md) | |
|
|
**is_friend** | **bool** | |
|
|
**location** | **String** | |
|
|
**tags** | **Vec<String>** | Always empty |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|