Text Channel
A Discord-like text channel.
This type of channel can only exist inside spheres.
Field | Type | Description |
---|---|---|
id | Number | The ID of this text channel. |
sphere_id | Number | The ID of the sphere that this text channel belongs to. |
name | String | The name of this text channel. |
topic? | String | The topic of this text channel. |
position | Number | This text channel’s position inside of its sphere. |
category_id | Number | The ID of the category this channel belongs to. |
Example
{
"id": 4080402038799,
"sphere_id": 4080402038786,
"name": "downtown-clowntown",
"topic": "gacha game channel",
"position": 3
}