@wildix/xbees-conversations-client > UpdateChannelInput
UpdateChannelInput interface
Signature:
export interface UpdateChannelInput
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
(Optional) The access level of the channel. | |||
boolean | (Optional) Indicates if the channel is broadcast-only. Default is false. | ||
string | The unique identifier of the channel to be updated. | ||
string | (Optional) The description of the channel. | ||
string | (Optional) The URL of the channel's picture. | ||
string | (Optional) The dominant color of the channel's picture, represented by a hex value. | ||
boolean | (Optional) Set to true to suppress system messages about the updates. Default is false. | ||
string | (Optional) The subject of the channel. | ||
string | (Optional) The unique identifier of the user when a service token is used. |