Create a group channel
sendbird_create_group_channelMUTATES Sendbird data: creates a group channel with the given members. Platform API: POST /group_channels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Additional structured data as a string (often JSON). | |
| name | No | Channel name. | |
| user_ids | Yes | User ids to add as members of the new channel. | |
| cover_url | No | Channel cover image URL. | |
| is_public | No | If true, the channel is public (joinable without invitation). | |
| channel_url | No | Custom channel URL; auto-generated if omitted. | |
| custom_type | No | Custom type tag for the channel. | |
| is_distinct | No | If true, reuse an existing channel with the same members instead of creating a duplicate. |