Gets the parent channel of this channel.
The parent channel, or null if there is none.
Checks if the channel is partially filled.
Whether the channel is partially filled.
Patches the channel with new data.
The new data to patch the channel with.
Deletes the channel.
Optional
force: boolean = falseWhether to force the deletion. Forcing deletion will kick all clients from the channel.
Edits the channel with new data.
The new data to patch the channel with.
The updated channel.
Fetches the channel from the server or the cache.
Optional
force: boolean = falseWhether to force a fetch from the server.
The fetched channel.
Kicks a client from the channel.
The client to kick.
Optional
reason: stringThe reason for the kick.
Moves the channel.
The options for moving the channel.
The moved channel.
Represents a channel.