export interface GatewayGuildAuditLogEntryCreateDispatchData extends APIAuditLogEntrySee also: https://discord.com/developers/docs/topics/gateway-events#guild-audit-log-entry-create
externalaction_type : AuditLogEvent
Type of action that occurred
Inherited from: APIAuditLogEntry
See also: https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-audit-log-events
optionalexternalchanges? : APIAuditLogChange[]
Changes made to the target_id
Inherited from: APIAuditLogEntry
See also: https://discord.com/developers/docs/resources/audit-log#audit-log-change-object
externalguild_id : Snowflake
ID of the guild
optionalexternaloptions? : APIAuditLogOptions
Additional info for certain action types
Inherited from: APIAuditLogEntry
optionalexternalreason? : string
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