Interface ServerThreadChannelChangeRateLimitPerUserEvent
-
- All Superinterfaces:
ChannelEvent,Event,ServerChannelEvent,ServerEvent,ServerThreadChannelEvent
public interface ServerThreadChannelChangeRateLimitPerUserEvent extends ServerThreadChannelEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNewRateLimitPerUser()Gets the new rate limit per user.intgetOldRateLimitPerUser()Gets the old rate limit per user.-
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
-
-