>>

Channel

The generic definition of the different types an Eludris “channel” can be.

>>

TEXT

A sphere text channel.

FieldTypeDescription
type"TEXT"The type of this Channel variant.
idNumberThe ID of this text channel.
sphere_idNumberThe ID of the sphere that this text channel belongs to.
nameStringThe name of this text channel.
topic?StringThe topic of this text channel.
positionNumberThis text channel’s position inside of its sphere.
category_idNumberThe ID of the category this channel belongs to.
>>

VOICE

A sphere voice channel.

FieldTypeDescription
type"VOICE"The type of this Channel variant.
idNumberThe ID of this voice channel.
sphere_idNumberThe ID of the sphere that this voice channel belongs to.
nameStringThe name of this voice channel.
positionNumberThis voice channel’s position inside of its sphere.
category_idNumberThe ID of the category this channel belongs to.
>>

GROUP

A group channel.

FieldTypeDescription
type"GROUP"The type of this Channel variant.
idNumberThe ID of this group channel.
ownerUserThe owner of this group channel.
nameStringThe name of this group channel.
membersArray of UsersThe list of members inside this group channel.
icon?NumberThe file ID of this group channel’s icon.
topic?StringThe topic of this group channel.
>>

DIRECT

A direct message channel.

FieldTypeDescription
type"DIRECT"The type of this Channel variant.
idNumberThe ID of this direct message channel.
ownerUserThe owner of this direct message channel.
recipientUserThe recipient of this direct message channel.