@wildix/xbees-conversations-client > PartialUpdateChannelInput
PartialUpdateChannelInput interface
Signature:
export interface PartialUpdateChannelInput
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | The unique identifier of the channel to be updated. | ||
PartialUpdateChannelSetOptions | undefined | (Optional) Options to set specific fields in the channel. | ||
boolean | undefined | (Optional) Set to true to suppress system messages about the updates. Default is false. | ||
(GroupChannelUnsetOptions)[] | undefined | (Optional) Options to unset specific fields in the channel. | ||
string | undefined | (Optional) The unique identifier of the user when a service token is used. |