Skip to main content

@wildix/xbees-conversations-client > DeleteChannelMemberInput

DeleteChannelMemberInput interface

Signature:

export interface DeleteChannelMemberInput 

Properties

Property

Modifiers

Type

Description

channelId

string

The unique identifier of the channel from which the member is to be deleted.

memberId

string

The unique identifier of the member to be deleted.

silent?

boolean

(Optional) Set to true to suppress system messages that the member was removed from the conversation. Default is false.

userId?

string

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