Skip to main content

@wildix/xbees-conversations-client > PartialUpdateMessageInput

PartialUpdateMessageInput interface

Signature:

export interface PartialUpdateMessageInput 

Properties

Property

Modifiers

Type

Description

channelId

string

The unique identifier of the channel containing the message.

messageId

string

The unique identifier of the message to update.

set?

PartialUpdateMessageSetInput

(Optional) Fields to set during the partial update.

silent?

boolean

(Optional) Set to true to suppress the updated indicator. Defaults to false.

unset?

(MessageUnsetFields)[]

(Optional) Fields to unset during the partial update.

userId?

string

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