Interface ServerThreadChannelChangeArchiveTimestampEvent
-
- All Superinterfaces:
ChannelEvent,Event,ServerChannelEvent,ServerEvent,ServerThreadChannelEvent
public interface ServerThreadChannelChangeArchiveTimestampEvent extends ServerThreadChannelEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.time.InstantgetNewArchiveTimestamp()Gets the new archive timestamp.java.time.InstantgetOldArchiveTimestamp()Gets the old archive timestamp.-
Methods inherited from interface org.javacord.api.event.channel.server.ServerChannelEvent
getServer
-
Methods inherited from interface org.javacord.api.event.channel.server.thread.ServerThreadChannelEvent
getChannel
-
-