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