<T extends Permissionable & DiscordEntity> ServerVoiceChannelUpdater |
ServerVoiceChannelUpdater.addPermissionOverwrite(T permissionable,
Permissions permissions) |
|
default ServerVoiceChannelUpdater |
ServerVoiceChannel.createUpdater() |
Creates an updater for this channel.
|
ServerVoiceChannelUpdater |
ServerVoiceChannelUpdater.removeCategory() |
Queues the category to be removed.
|
<T extends Permissionable & DiscordEntity> ServerVoiceChannelUpdater |
ServerVoiceChannelUpdater.removePermissionOverwrite(T permissionable) |
|
ServerVoiceChannelUpdater |
ServerVoiceChannelUpdater.removeUserLimit() |
Queues the user limit to be removed.
|
ServerVoiceChannelUpdater |
ServerVoiceChannelUpdater.setAuditLogReason(String reason) |
|
ServerVoiceChannelUpdater |
ServerVoiceChannelUpdater.setBitrate(int bitrate) |
Queues the bitrate to be updated.
|
ServerVoiceChannelUpdater |
ServerVoiceChannelUpdater.setCategory(ChannelCategory category) |
Queues the category to be updated.
|
ServerVoiceChannelUpdater |
ServerVoiceChannelUpdater.setName(String name) |
|
ServerVoiceChannelUpdater |
ServerVoiceChannelUpdater.setRawPosition(int rawPosition) |
|
ServerVoiceChannelUpdater |
ServerVoiceChannelUpdater.setUserLimit(int userLimit) |
Queues the user limit to be updated.
|