public class VoiceChannelUpdateBitrateEvent extends GenericVoiceChannelUpdateEvent
VoiceChannel's bitrate changes.| Constructor and Description |
|---|
VoiceChannelUpdateBitrateEvent(JDA api,
long responseNumber,
VoiceChannel channel,
int oldBitrate) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOldBitrate() |
getChannel, getGuildgetJDA, getResponseNumberpublic VoiceChannelUpdateBitrateEvent(JDA api, long responseNumber, VoiceChannel channel, int oldBitrate)