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
-
Class Summary Class Description GenericMessageEvent Indicates that aMessage
was created/deleted/changed.MessageBulkDeleteEvent Indicates that a bulk deletion is executed in aTextChannel
.MessageDeleteEvent Indicates that a Message was deleted in aMessageChannel
.MessageEmbedEvent Indicates that a Message contains anEmbed
in aMessageChannel
.MessageReceivedEvent Indicates that a Message was received in aMessageChannel
.MessageUpdateEvent Indicates that a Message was edited in aMessageChannel
.