create_channel
Create a new channel in Huly. Provide a name; optionally set topic and privacy.
Instructions
Create a new channel in Huly. Returns the created channel ID and name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | a string that will be trimmed | |
| topic | No | Channel topic/description | |
| private | No | Whether channel is private (default: false) |