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_MESSAGESto work in guild text channelsDIRECT_MESSAGESto work in private channels
-
Class Summary Class Description GenericMessageEvent Indicates that aMessagewas 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 anEmbedin aMessageChannel.MessageReceivedEvent Indicates that a Message was received in aMessageChannel.MessageUpdateEvent Indicates that a Message was edited in aMessageChannel.