Voice Channel
A Discord-like voice channel.
This type of channel can only exist inside spheres.
| Field | Type | Description |
|---|---|---|
| id | Number | The ID of this voice channel. |
| sphere_id | Number | The ID of the sphere that this voice channel belongs to. |
| name | String | The name of this voice channel. |
| position | Number | This voice channel’s position inside of its sphere. |
| category_id | Number | The ID of the category this channel belongs to. |
Example
{
"id": 4080402038800,
"sphere_id": 4080402038786,
"name": "serious-chats-only",
"position": 7
}