Class ChannelUpdateDefaultThreadSlowmodeEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.channel.GenericChannelEvent
net.dv8tion.jda.api.events.channel.update.GenericChannelUpdateEvent<Integer>
net.dv8tion.jda.api.events.channel.update.ChannelUpdateDefaultThreadSlowmodeEvent
- All Implemented Interfaces:
GenericEvent
,UpdateEvent<Channel,
Integer>
Indicates that the
default thread slowmode
of a thread container channel
changed.
Can be used to retrieve the old default thread slowmode and the new one.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionChannelUpdateDefaultThreadSlowmodeEvent
(JDA api, long responseNumber, Channel channel, int oldValue, int newValue) -
Method Summary
Methods inherited from class net.dv8tion.jda.api.events.channel.update.GenericChannelUpdateEvent
getEntity, getPropertyIdentifier
Methods inherited from class net.dv8tion.jda.api.events.channel.GenericChannelEvent
getChannel, getChannelType, getGuild, isFromGuild, isFromType
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getRawData, getResponseNumber, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.dv8tion.jda.api.events.GenericEvent
getJDA, getRawData, getResponseNumber
Methods inherited from interface net.dv8tion.jda.api.events.UpdateEvent
getEntityType
-
Field Details
-
FIELD
-
IDENTIFIER
-
-
Constructor Details
-
ChannelUpdateDefaultThreadSlowmodeEvent
-
-
Method Details
-
getOldValue
Description copied from class:GenericChannelUpdateEvent
TheChannel's
old value of the just updated field.- Specified by:
getOldValue
in interfaceUpdateEvent<Channel,
Integer> - Overrides:
getOldValue
in classGenericChannelUpdateEvent<Integer>
- Returns:
- The old value of the just updated field.
-
getNewValue
Description copied from class:GenericChannelUpdateEvent
TheChannel's
new value of the just updated field.- Specified by:
getNewValue
in interfaceUpdateEvent<Channel,
Integer> - Overrides:
getNewValue
in classGenericChannelUpdateEvent<Integer>
- Returns:
- The new value of the just updated field.
-