Class GuildAuditLogEntryCreateEvent

java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.guild.GenericGuildEvent
net.dv8tion.jda.api.events.guild.GuildAuditLogEntryCreateEvent
All Implemented Interfaces:
GenericEvent

public class GuildAuditLogEntryCreateEvent extends GenericGuildEvent
Indicates that an AuditLogEntry was added to a Guild.

This never provides a responsible user instance. You can use AuditLogEntry.getUserIdLong() instead.

Requirements

This event requires the GUILD_MODERATION intent to be enabled.