public class VoiceChannelUpdateUserLimitEvent extends GenericVoiceChannelUpdateEvent
VoiceChannel
's user limit changes.Constructor | Description |
---|---|
VoiceChannelUpdateUserLimitEvent(JDA api,
long responseNumber,
VoiceChannel channel,
int oldUserLimit) |
Modifier and Type | Method | Description |
---|---|---|
int |
getOldUserLimit() |
getJDA, getResponseNumber
getChannel, getGuild
public VoiceChannelUpdateUserLimitEvent(JDA api, long responseNumber, VoiceChannel channel, int oldUserLimit)