create_group
Creates a group chat in RongCloud by specifying a group ID, name, and up to 1000 member user IDs. Enables setting up group communication quickly.
Instructions
Creates a new group chat in RongCloud with specified members.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_ids | Yes | List of user IDs to join the group, max 1000 users. | |
| group_id | Yes | Group ID, max length 64 characters. Supports letters and numbers. | |
| group_name | Yes | Group name, max length 128 characters. |