@wildix/xbees-conversations-client > AddChannelMembersInput
AddChannelMembersInput interface
Signature:
export interface AddChannelMembersInput
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | The unique identifier of the channel to which members are to be added. | ||
(string)[] | (Optional) A list of user IDs to be added as members of the channel. | ||
(UserToInvite)[] | (Optional) A list of users to invite to the channel, identified by their email addresses or phone numbers. | ||
boolean | (Optional) Set to true to suppress system messages that members were added to the conversation. Default is false. | ||
string | (Optional) The unique identifier of the user when a service token is used. |