Package org.javacord.api.event.user
Interface UserChangeTimeoutEvent
-
- All Superinterfaces:
Event,ServerEvent,UserEvent
public interface UserChangeTimeoutEvent extends UserEvent, ServerEvent
A user change timeout event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.time.Instant>getNewTimeout()Gets the new timeout of the user.java.util.Optional<java.time.Instant>getOldTimeout()Gets the old timeout of the user.-
Methods inherited from interface org.javacord.api.event.server.ServerEvent
getServer
-
-