mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
Upgrade Rust SDK to spec 1.6.6
This commit is contained in:
@ -110,7 +110,7 @@ Name | Type | Description | Required | Notes
|
||||
|
||||
## request_invite
|
||||
|
||||
> crate::models::Notification request_invite(user_id)
|
||||
> crate::models::Notification request_invite(user_id, request_invite_request)
|
||||
Request Invite
|
||||
|
||||
Requests an invite from a user. Returns the Notification of type `requestInvite` that was sent.
|
||||
@ -121,6 +121,7 @@ Requests an invite from a user. Returns the Notification of type `requestInvite`
|
||||
Name | Type | Description | Required | Notes
|
||||
------------- | ------------- | ------------- | ------------- | -------------
|
||||
**user_id** | **String** | | [required] |
|
||||
**request_invite_request** | Option<[**RequestInviteRequest**](RequestInviteRequest.md)> | Slot number of the Request Message to use when request an invite. | |
|
||||
|
||||
### Return type
|
||||
|
||||
@ -132,7 +133,7 @@ Name | Type | Description | Required | Notes
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: application/json
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
||||
@ -183,7 +184,7 @@ Respond to an invite request by sending a world invite to the requesting user. `
|
||||
Name | Type | Description | Required | Notes
|
||||
------------- | ------------- | ------------- | ------------- | -------------
|
||||
**notification_id** | **String** | | [required] |
|
||||
**invite_response** | Option<[**InviteResponse**](InviteResponse.md)> | Instance ID when inviting a user. | |
|
||||
**invite_response** | Option<[**InviteResponse**](InviteResponse.md)> | Slot number of the Response Message to use when responding to a user. | |
|
||||
|
||||
### Return type
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**instance_id** | **String** | InstanceID be \"offline\" on User profiles if you are not friends with that user. |
|
||||
**message_slot** | Option<**i32**> | | [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)
|
||||
|
||||
|
11
docs/RequestInviteRequest.md
Normal file
11
docs/RequestInviteRequest.md
Normal file
@ -0,0 +1,11 @@
|
||||
# RequestInviteRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**message_slot** | Option<**i32**> | | [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)
|
||||
|
||||
|
Reference in New Issue
Block a user