export interface GatewayGuildAuditLogEntryCreateDispatchData extends APIAuditLogEntry
https://discord.com/developers/docs/topics/gateway-events#guild-audit-log-entry-create
externalAuditLogEvent action_type :
Type of action that occurredSee https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-audit-log-events
Inherited from: APIAuditLogEntry
optionalexternalAPIAuditLogChange[] changes? :
Changes made to the target_id
See https://discord.com/developers/docs/resources/audit-log#audit-log-change-object
Inherited from: APIAuditLogEntry
externalSnowflake guild_id :
ID of the guild
optionalexternalAPIAuditLogOptions options? :
Additional info for certain action typesSee https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-optional-audit-entry-info
Inherited from: APIAuditLogEntry
optionalexternalstring reason? :
The reason for the change (0-512 characters)
Inherited from: APIAuditLogEntry
ID of the affected entity (webhook, user, role, etc.)
Inherited from: APIAuditLogEntry
The user who made the changesThis can be null
in some cases (webhooks deleting themselves by using their own token, for example)
Inherited from: APIAuditLogEntry