create_conversation
Start an encrypted conversation with one or more users by providing their user IDs and a unique identifier. Ensures secure communication within the Stashcat messenger.
Instructions
Creates a new encrypted conversation with one or more users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| member_ids | Yes | User IDs to add to the conversation | |
| unique_identifier | Yes | A unique identifier string for the conversation (e.g. UUID or user email pair) |