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