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