public class VoiceChannelUpdateNameEvent extends GenericVoiceChannelUpdateEvent
VoiceChannel
's name changes.Constructor | Description |
---|---|
VoiceChannelUpdateNameEvent(JDA api,
long responseNumber,
VoiceChannel channel,
java.lang.String oldName) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getOldName() |
getJDA, getResponseNumber
getChannel, getGuild
public VoiceChannelUpdateNameEvent(JDA api, long responseNumber, VoiceChannel channel, java.lang.String oldName)