Interface ServerTextChannelChangeTopicEvent
-
- All Superinterfaces:
ChannelEvent,Event,ServerChannelEvent,ServerEvent,ServerTextChannelEvent,TextChannelEvent
public interface ServerTextChannelChangeTopicEvent extends ServerTextChannelEvent
A server text channel change topic event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetNewTopic()Gets the new topic of the channel.java.lang.StringgetOldTopic()Gets the old topic of the channel.-
Methods inherited from interface org.javacord.api.event.channel.server.ServerChannelEvent
getServer
-
Methods inherited from interface org.javacord.api.event.channel.server.text.ServerTextChannelEvent
getChannel
-
Methods inherited from interface org.javacord.api.event.channel.TextChannelEvent
getPrivateChannel, getServerTextChannel, getServerThreadChannel
-
-