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
|**channelUrl**|**String**| Specifies the URL of the channel to update. ||
11
-
|**name**|**String**| Specifies the channel topic, or the name of the channel. The length is limited to 191 characters. ||
12
-
|**coverUrl**|**String**| Specifies the URL of the cover image. The length is limited to 2,048 characters. ||
13
-
|**coverFile**|**File**| Uploads the file for the channel cover image. ||
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
-
|**operatorIds**|**List<String>**| Specifies an array of one or more user IDs to register as operators of the channel. The maximum allowed number of operators per channel is 100. Operators can delete any messages in the channel, and can also receive all messages that have been throttled.<br/><br/> Operators cannot view messages that have been [moderated by](/docs/chat/v3/platform-api/guides/filter-and-moderation) the domain filter or profanity filter. Only the sender will be notified that the message has been blocked. ||
17
-
|**operators**|**List<String>**| (Deprecated) Specifies the string IDs of the users registered as channel operators. Operators can delete any messages in the channel, and can also receive all messages that have been throttled. ||
11
+
|**name**|**String**| Specifies the channel topic, or the name of the channel. The length is limited to 191 characters. |[optional]|
12
+
|**coverUrl**|**String**| Specifies the URL of the cover image. The length is limited to 2,048 characters. |[optional]|
13
+
|**coverFile**|**File**| Uploads the file for the channel cover image. |[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
+
|**operatorIds**|**List<String>**| Specifies an array of one or more user IDs to register as operators of the channel. The maximum allowed number of operators per channel is 100. Operators can delete any messages in the channel, and can also receive all messages that have been throttled.<br/><br/> Operators cannot view messages that have been [moderated by](/docs/chat/v3/platform-api/guides/filter-and-moderation) the domain filter or profanity filter. Only the sender will be notified that the message has been blocked. |[optional]|
17
+
|**operators**|**List<String>**| (Deprecated) Specifies the string IDs of the users registered as channel operators. Operators can delete any messages in the channel, and can also receive all messages that have been throttled. |[optional]|
0 commit comments