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