IConversationStore.createGroupChat() method
Create a new group chat
Signature
createGroupChat(members: UserId[]): Promise<IConversationRoom>;
Remarks
The initial members will be the current user and all users given in the members
argument.
Parameters
Parameter | Type | Description |
---|---|---|
members | UserId[] | Initial members of the conversation |
Returns
Type | Description |
---|---|
Promise<IConversationRoom> | The created conversation |
Throws
Error |
---|