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 | undefined

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

silent?

boolean | undefined

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

unset?

(GroupChannelUnsetOptions)[] | undefined

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

userId?

string | undefined

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