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