Skip to main content

@wildix/xbees-conversations-client > PartialUpdateChannelInput

PartialUpdateChannelInput interface

Signature:

export interface PartialUpdateChannelInput 

Properties

Property

Modifiers

Type

Description

channelId

string

The unique identifier of the channel to be updated.

set?

PartialUpdateChannelSetOptions

(Optional) Options to set specific fields in the channel.

silent?

boolean

(Optional) Set to true to suppress system messages about the updates. Default is false.

unset?

(GroupChannelUnsetOptions)[]

(Optional) Options to unset specific fields in the channel.

userId?

string

(Optional) The unique identifier of the user when a service token is used.