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