Interface ServerVoiceChannelChangeUserLimitEvent
-
- All Superinterfaces:
ChannelEvent,Event,ServerEvent,ServerVoiceChannelEvent,VoiceChannelEvent
public interface ServerVoiceChannelChangeUserLimitEvent extends ServerVoiceChannelEvent
A server voice channel change user limit event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Integer>getNewUserLimit()Gets the new user limit of the channel.Optional<Integer>getOldUserLimit()Gets the old user limit of the channel.-
Methods inherited from interface org.javacord.api.event.server.ServerEvent
getServer
-
Methods inherited from interface org.javacord.api.event.channel.server.voice.ServerVoiceChannelEvent
getChannel
-
-