Functions

Link copied to clipboard
abstract fun create(): CompletableDeferred<GuildVoiceChannel>

Creates the new entity.

Link copied to clipboard

Weather this channel is a voice channel or stage channel.

Link copied to clipboard
abstract fun setBitrate(bitrate: Int): VoiceChannelBuilder

Sets the bitrate of the channel.

Link copied to clipboard
abstract fun setParentId(parentId: String): VoiceChannelBuilder

Sets the parent id of the channel.

Link copied to clipboard

Sets the permission overwrites of the channel.

Link copied to clipboard
abstract fun setPosition(position: Int): VoiceChannelBuilder

Sets the position of the channel.

Link copied to clipboard
abstract fun setUserLimit(userLimit: Int): VoiceChannelBuilder

Sets the user limit of the channel.

Properties

Link copied to clipboard
abstract val json: JsonNode

The json that will be sent to the discord api.