mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
26 lines
1.5 KiB
Markdown
26 lines
1.5 KiB
Markdown
# CurrentUserPresence
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**avatar_thumbnail** | Option<**String**> | | [optional]
|
|
**current_avatar_tags** | Option<**String**> | | [optional]
|
|
**display_name** | Option<**String**> | | [optional]
|
|
**groups** | Option<**Vec<String>**> | | [optional]
|
|
**id** | Option<**String**> | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. | [optional]
|
|
**instance** | Option<**String**> | | [optional]
|
|
**instance_type** | Option<**String**> | either an InstanceType or an empty string | [optional]
|
|
**is_rejoining** | Option<**String**> | | [optional]
|
|
**platform** | Option<**String**> | either a Platform or an empty string | [optional]
|
|
**profile_pic_override** | Option<**String**> | | [optional]
|
|
**status** | Option<**String**> | either a UserStatus or empty string | [optional]
|
|
**traveling_to_instance** | Option<**String**> | | [optional]
|
|
**traveling_to_world** | Option<**String**> | WorldID be \"offline\" on User profiles if you are not friends with that user. | [optional]
|
|
**user_icon** | Option<**String**> | | [optional]
|
|
**world** | Option<**String**> | WorldID be \"offline\" on User profiles if you are not friends with that user. | [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)
|
|
|
|
|