@wildix/xbees-conversations-client > DeleteChannelMemberInput
DeleteChannelMemberInput interface
Signature:
export interface DeleteChannelMemberInput
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | The unique identifier of the channel from which the member is to be deleted. | ||
string | The unique identifier of the member to be deleted. | ||
boolean | (Optional) Set to true to suppress system messages that the member was removed from the conversation. Default is false. | ||
string | (Optional) The unique identifier of the user when a service token is used. |