|
8 | 8 | | Name | Type | Description | Notes | |
9 | 9 | |------------ | ------------- | ------------- | -------------| |
10 | 10 | |**channelUrl** | **String** | Specifies the URL of the channel to update. | | |
11 | | -|**name** | **String** | Specifies the name of the channel, or the channel topic. The length is limited to 191 characters. | | |
12 | | -|**coverUrl** | **String** | Specifies the unique URL of the cover image. The length is limited to 2,048 characters. | | |
13 | | -|**coverFile** | **File** | Uploads the cover image file for the channel. | | |
14 | | -|**customType** | **String** | Specifies the custom channel type which is used for channel grouping. The length is limited to 128 characters.<br /><br /> Custom types are also used within Sendbird's [Advanced analytics](/docs/chat/v3/platform-api/guides/advanced-analytics) to segment metrics, which enables the sub-classification of data views. | | |
15 | | -|**data** | **String** | Specifies additional channel information such as a long description of the channel or `JSON` formatted string. | | |
16 | | -|**isDistinct** | **Boolean** | Determines whether to reuse an existing channel or create a new channel. If set to true, returns a channel with the current channel members users or creates a new channel if no match is found. Sendbird server can also use the custom channel type in the custom_type property if specified along with the users to return the corresponding channel. If set to false, Sendbird server always creates a new channel with a combination of the users as well as the channel custom type if specified. (Default: false)<br /><br /> Under this property, Sendbird server does not distinguish channels based on other properties such as channel URL or channel name. | | |
17 | | -|**isPublic** | **Boolean** | Determines whether to allow a user to join the channel without an invitation. (Default: false) | | |
18 | | -|**accessCode** | **String** | This property can be used only when the channel operator wants to set an access code for a public group channel. If specified, the is_access_code_required property of the channel resource is then set to true, and the channel begins to require the specified access code to a user who attempts to join. | | |
19 | | -|**operatorIds** | **List<String>** | Specifies an array of one or more IDs of users to register as operators of the channel. If the operators are not members of the channel yet, they need an [invitation](#2-invite-as-members) to [join](#2-join-a-channel) a privte group channel while they don't need any to join a [public](#-3-private-vs-public) group channel. The maximum allowed number of operators per channel is 100. | | |
| 11 | +|**name** | **String** | Specifies the name of the channel, or the channel topic. The length is limited to 191 characters. | [optional] | |
| 12 | +|**coverUrl** | **String** | Specifies the unique URL of the cover image. The length is limited to 2,048 characters. | [optional] | |
| 13 | +|**coverFile** | **File** | Uploads the cover image file for the channel. | [optional] | |
| 14 | +|**customType** | **String** | Specifies the custom channel type which is used for channel grouping. The length is limited to 128 characters.<br /><br /> Custom types are also used within Sendbird's [Advanced analytics](/docs/chat/v3/platform-api/guides/advanced-analytics) to segment metrics, which enables the sub-classification of data views. | [optional] | |
| 15 | +|**data** | **String** | Specifies additional channel information such as a long description of the channel or `JSON` formatted string. | [optional] | |
| 16 | +|**isDistinct** | **Boolean** | Determines whether to reuse an existing channel or create a new channel. If set to true, returns a channel with the current channel members users or creates a new channel if no match is found. Sendbird server can also use the custom channel type in the custom_type property if specified along with the users to return the corresponding channel. If set to false, Sendbird server always creates a new channel with a combination of the users as well as the channel custom type if specified. (Default: false)<br /><br /> Under this property, Sendbird server does not distinguish channels based on other properties such as channel URL or channel name. | [optional] | |
| 17 | +|**isPublic** | **Boolean** | Determines whether to allow a user to join the channel without an invitation. (Default: false) | [optional] | |
| 18 | +|**accessCode** | **String** | This property can be used only when the channel operator wants to set an access code for a public group channel. If specified, the is_access_code_required property of the channel resource is then set to true, and the channel begins to require the specified access code to a user who attempts to join. | [optional] | |
| 19 | +|**operatorIds** | **List<String>** | Specifies an array of one or more IDs of users to register as operators of the channel. If the operators are not members of the channel yet, they need an [invitation](#2-invite-as-members) to [join](#2-join-a-channel) a privte group channel while they don't need any to join a [public](#-3-private-vs-public) group channel. The maximum allowed number of operators per channel is 100. | [optional] | |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
0 commit comments