Package net.dv8tion.jda.api.events.message
package net.dv8tion.jda.api.events.message
Events that are fired for
Messages
in
a MessageChannel
.
Such as receiving
.
These events combine all MessageChannel
messages but specifications can be found in subpackages.
Requirements
These events require at least one of the following intents (Will not fire at all if neither is enabled):
GUILD_MESSAGES
to work in guild text channelsDIRECT_MESSAGES
to work in private channels
-
ClassDescriptionIndicates that a
Message
was created/deleted/changed.Indicates that a bulk deletion is executed in aGuildMessageChannel
.Indicates that a Message was deleted in aMessageChannel
.Indicates that a Message contains anEmbed
in aMessageChannel
.Indicates that a Message was received in aMessageChannel
.Indicates that a Message was edited in aMessageChannel
.