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