mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-12-03 11:08:19 +00:00
1.4 KiB
1.4 KiB
CurrentUserPresence
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| avatar_thumbnail | Option<String> | [optional] | |
| display_name | Option<String> | [optional] | |
| groups | Option<Vec> | [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] |
| world | Option<String> | WorldID be "offline" on User profiles if you are not friends with that user. | [optional] |