@wildix/xbees-conversations-client > CreateGroupChannelInput
CreateGroupChannelInput interface
Signature:
export interface CreateGroupChannelInput
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
(Optional) The access level of the channel. | |||
boolean | (Optional) Indicates if the channel is broadcast-only. Default is false. | ||
string | (Optional) The unique identifier for the new group channel. If not provided, the system will generate one. | ||
string | (Optional) The description of the channel. | ||
(string)[] | (Optional) A list of user IDs to be added as members of the group channel. | ||
(UserToInvite)[] | (Optional) A list of users to invite to the group channel, identified by their email addresses or phone numbers. | ||
string | (Optional) The URL of the channel's picture. | ||
string | (Optional) The dominant color of the channel's picture, represented by a hex value. | ||
string | (Optional) The subject of the channel. | ||
string | (Optional) The unique identifier of the user when a service token is used. |