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, getGuildgetJDA, getResponseNumberpublic TextChannelUpdateTopicEvent(JDA api, long responseNumber, TextChannel channel, java.lang.String oldTopic)