Sphere Channel
The generic definition of all the different types an Eludris “channel” inside a sphere can be.
TEXT
A text channel.
Field | Type | Description |
---|---|---|
type | "TEXT" | The type of this Sphere Channel variant. |
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. |
VOICE
A voice channel.
Field | Type | Description |
---|---|---|
type | "VOICE" | The type of this Sphere Channel variant. |
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. |