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 IPostContainer
changed.
Can be used to retrieve the old default reaction and the new one.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionChannelUpdateDefaultReactionEvent
(JDA api, long responseNumber, IPostContainer channel, EmojiUnion oldValue, EmojiUnion newValue) -
Method Summary
Methods inherited from class net.dv8tion.jda.api.events.channel.update.GenericChannelUpdateEvent
getEntity, getNewValue, getOldValue, 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
-
ChannelUpdateDefaultReactionEvent
public ChannelUpdateDefaultReactionEvent(@Nonnull JDA api, long responseNumber, @Nonnull IPostContainer channel, @Nullable EmojiUnion oldValue, @Nullable EmojiUnion newValue)
-