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