Voice Channel Builder Impl
class VoiceChannelBuilderImpl(val yde: YDE, val guildId: String?, val name: String) : VoiceChannelBuilder(source)
Functions
Link copied to clipboard
Creates the new entity.
Link copied to clipboard
Weather this channel is a voice channel or stage channel.
Link copied to clipboard
Sets the bitrate of the channel.
Link copied to clipboard
Sets the parent id of the channel.
Link copied to clipboard
open override fun setPermissionOverwrites(permissionOverwrites: List<PermissionOverwrite>): VoiceChannelBuilder
Sets the permission overwrites of the channel.
Link copied to clipboard
Sets the position of the channel.
Link copied to clipboard
Sets the user limit of the channel.