vrchatapi 1.19.4

VRChat API Client for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# CreateGroupRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** |  | 
**short_code** | **String** |  | 
**description** | Option<**String**> |  | [optional]
**join_state** | Option<[**models::GroupJoinState**]GroupJoinState.md> |  | [optional]
**icon_id** | Option<**String**> |  | [optional]
**banner_id** | Option<**String**> |  | [optional]
**privacy** | Option<[**models::GroupPrivacy**]GroupPrivacy.md> |  | [optional]
**role_template** | [**models::GroupRoleTemplate**]GroupRoleTemplate.md |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)