Interface ServerThreadChannelChangeTotalMessageSentEvent
-
- All Superinterfaces:
ChannelEvent,Event,ServerChannelEvent,ServerEvent,ServerThreadChannelEvent
public interface ServerThreadChannelChangeTotalMessageSentEvent extends ServerThreadChannelEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNewTotalMessageSent()Gets the new total amount of messages sent.intgetOldTotalMessageSent()Gets the old total amount of messages sent.-
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
-
-
-
-
Method Detail
-
getNewTotalMessageSent
int getNewTotalMessageSent()
Gets the new total amount of messages sent.- Returns:
- The new total amount of messages sent.
-
getOldTotalMessageSent
int getOldTotalMessageSent()
Gets the old total amount of messages sent.- Returns:
- The old total amount of messages sent.
-
-