mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-09-01 22:59:12 +00:00
Upgrade Rust SDK to spec 1.18.1
This commit is contained in:
@ -22,9 +22,9 @@ Name | Type | Description | Notes
|
||||
**member_count_synced_at** | Option<**String**> | | [optional]
|
||||
**is_verified** | Option<**bool**> | | [optional][default to false]
|
||||
**join_state** | Option<[**models::GroupJoinState**](GroupJoinState.md)> | | [optional]
|
||||
**tags** | Option<**Vec<String>**> | | [optional]
|
||||
**tags** | Option<**Vec<String>**> | | [optional]
|
||||
**transfer_target_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]
|
||||
**galleries** | Option<[**Vec<models::GroupGallery>**](GroupGallery.md)> | | [optional]
|
||||
**galleries** | Option<[**Vec<models::GroupGallery>**](GroupGallery.md)> | | [optional]
|
||||
**created_at** | Option<**String**> | | [optional]
|
||||
**updated_at** | Option<**String**> | | [optional]
|
||||
**last_post_created_at** | Option<**String**> | | [optional]
|
||||
|
@ -8,6 +8,7 @@
|
||||
| Use | use |
|
||||
| Eu | eu |
|
||||
| Jp | jp |
|
||||
| Unknown | unknown |
|
||||
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
@ -5,6 +5,7 @@
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**user_exists** | **bool** | Status if a user exist with that username or userId. | [default to false]
|
||||
**name_ok** | **bool** | Is the username valid? | [default to false]
|
||||
|
||||
[[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