Package net.dv8tion.jda.api.events.channel.voice.update
Events indicating that a
VoiceChannel
has been modified.
This provides both a GenericVoiceChannelUpdateEvent
and event for specific TextChannel settings such as the name
.
-
Class Summary Class Description GenericVoiceChannelUpdateEvent<T> Indicates that aVoiceChannel
updated.VoiceChannelUpdateBitrateEvent Indicates that aVoiceChannel
's bitrate changed.VoiceChannelUpdateNameEvent Indicates that aVoiceChannel
's name changed.VoiceChannelUpdateParentEvent Indicates that aVoiceChannel
's parent changed.VoiceChannelUpdatePermissionsEvent Indicates that aVoiceChannel
's permission overrides changed.VoiceChannelUpdatePositionEvent Indicates that aVoiceChannel
's position changed.VoiceChannelUpdateUserLimitEvent Indicates that aVoiceChannel
's user limit changed.