CreateChat
Create a new chat.
Input
Name | Type | Required | Description |
ChatType | String | True | Specifies the type of chat. Possible values are: group and oneOnOne. |
Members | String | True | List of conversation members that should be added. The User Ids should be comma-separated. |
Topic | String | False | The title of the chat. The chat title can be provided only if the chat is of group type. |
Result Set Columns
Name | Type | Description |
Success | String | Whether the operation was successful. |