@wildix/xbees-conversations-client > PartialUpdateMessageInput
PartialUpdateMessageInput interface
Signature:
export interface PartialUpdateMessageInput
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | The unique identifier of the channel containing the message. | ||
string | The unique identifier of the message to update. | ||
PartialUpdateMessageSetInput | undefined | (Optional) Fields to set during the partial update. | ||
boolean | undefined | (Optional) Set to true to suppress the updated indicator. Defaults to false. | ||
(MessageUnsetFields)[] | undefined | (Optional) Fields to unset during the partial update. | ||
string | undefined | (Optional) The unique identifier of the user when a service token is used. |