You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**request_invite_request** | [**RequestInviteRequest**](RequestInviteRequest.md)| Slot number of the Request Message to use when request an invite. | [optional]
363
378
364
379
### Return type
365
380
@@ -371,7 +386,7 @@ Name | Type | Description | Notes
371
386
372
387
### HTTP request headers
373
388
374
-
-**Content-Type**: Not defined
389
+
-**Content-Type**: application/json
375
390
-**Accept**: application/json
376
391
377
392
@@ -528,7 +543,7 @@ with vrchatapi.ApiClient(configuration) as api_client:
528
543
notification_id ="notificationId_example"# str |
529
544
invite_response = InviteResponse(
530
545
response_slot=0,
531
-
) # InviteResponse | Instance ID when inviting a user. (optional)
546
+
) # InviteResponse | Slot number of the Response Message to use when responding to a user. (optional)
532
547
533
548
# example passing only required values which don't have defaults set
534
549
try:
@@ -554,7 +569,7 @@ with vrchatapi.ApiClient(configuration) as api_client:
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
9
10
10
11
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
9
+
10
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments