@wildix/xbees-conversations-client > PartialUpdateChannelSetOptions
PartialUpdateChannelSetOptions interface
Signature:
export interface PartialUpdateChannelSetOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
ChannelAccess | undefined | (Optional) The access level of the channel. | ||
boolean | undefined | (Optional) Indicates if the channel is broadcast-only. Default is false. | ||
ChannelContext | undefined | (Optional) An additional information that associated with this channel. | ||
string | undefined | (Optional) The description of the channel. | ||
string | undefined | (Optional) The URL of the channel's picture. | ||
string | undefined | (Optional) The dominant color of the channel's picture, represented by a hex value. | ||
string | undefined | (Optional) The subject of the channel. |