Class ChannelUpdateDefaultReactionEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.channel.GenericChannelEvent
net.dv8tion.jda.api.events.channel.update.GenericChannelUpdateEvent<EmojiUnion>
net.dv8tion.jda.api.events.channel.update.ChannelUpdateDefaultReactionEvent
- All Implemented Interfaces:
GenericEvent,UpdateEvent<Channel,EmojiUnion>
Indicates that the
default reaction emoji of a ForumChannel changed.
Can be used to retrieve the old default reaction and the new one.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChannelUpdateDefaultReactionEvent(JDA api, long responseNumber, Channel channel, EmojiUnion oldValue, EmojiUnion newValue) -
Method Summary
Methods inherited from class net.dv8tion.jda.api.events.channel.update.GenericChannelUpdateEvent
getEntity, getNewValue, getOldValue, getPropertyIdentifierMethods inherited from class net.dv8tion.jda.api.events.channel.GenericChannelEvent
getChannel, getChannelType, getGuild, isFromGuild, isFromTypeMethods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getRawData, getResponseNumberMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.dv8tion.jda.api.events.GenericEvent
getJDA, getRawData, getResponseNumberMethods inherited from interface net.dv8tion.jda.api.events.UpdateEvent
getEntityType
-
Constructor Details
-
ChannelUpdateDefaultReactionEvent
public ChannelUpdateDefaultReactionEvent(@Nonnull JDA api, long responseNumber, @Nonnull Channel channel, @Nullable EmojiUnion oldValue, @Nullable EmojiUnion newValue)
-