Skip to main content

@wildix/xbees-conversations-client > PartialUpdateChannelSetOptions

PartialUpdateChannelSetOptions interface

Signature:

export interface PartialUpdateChannelSetOptions 

Properties

Property

Modifiers

Type

Description

access?

ChannelAccess

(Optional) The access level of the channel.

broadcast?

boolean

(Optional) Indicates if the channel is broadcast-only. Default is false.

description?

string

(Optional) The description of the channel.

picture?

string

(Optional) The URL of the channel's picture.

pictureColor?

string

(Optional) The dominant color of the channel's picture, represented by a hex value.

subject?

string

(Optional) The subject of the channel.