Interface
AuditLogEntryPayload
Payload for Events.GuildAuditLogEntryCreate and audit fetch entries.
Properties
| Name | Type | Description |
|---|---|---|
| actionType | number | |
| changes | AuditLogChange[] | |
| guildId | string | null | |
| id | string | |
| options | Record<string, string> | null | |
| reason | string | null | |
| targetId | string | null | |
| userId | string | null |