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, getGuild
getJDA, getResponseNumber
public TextChannelUpdateNameEvent(JDA api, long responseNumber, TextChannel channel, java.lang.String oldName)