@wildix/xbees-conversations-client > AddChannelMemberInput
AddChannelMemberInput interface
Signature:
export interface AddChannelMemberInput
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | The unique identifier of the channel to which the member is to be added. | ||
boolean | undefined | (Optional) Set to true to hide the history of the channel for added member. Default is false. | ||
string | undefined | (Optional) A User ID of the member to be added to the channel. | ||
UserToInvite | undefined | (Optional) A user to invite to the channel, identified by email address or phone number if the member does not already exist. | ||
boolean | undefined | (Optional) True to not send a system message that members added from the conversartion. Default - false. | ||
string | undefined | (Optional) The unique identifier of the user when a service token is used. |