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 Deprecated. This event is no longer feasible due to members not being cached by default.VoiceChannelUpdatePositionEvent Indicates that aVoiceChannel
's position changed.VoiceChannelUpdateRegionEvent Indicates that aVoiceChannel
's region changed.VoiceChannelUpdateUserLimitEvent Indicates that aVoiceChannel
's user limit changed.