interface AuditLogChange

export interface AuditLogChange

An entry in the audit log representing a specific change.

key : APIAuditLogChange['key']

The property that was changed, e.g. nick for nickname changes For application command permissions updates the key is the id of the user, channel, role, or a permission constant that was updated instead of an actual property name

optional
new? : APIAuditLogChange['new_value']

The new value of the change, e.g. for nicknames, the new nickname

optional
old? : APIAuditLogChange['old_value']

The old value of the change, e.g. for nicknames, the old nickname