AuditLogChange

export interface AuditLogChange
export interface AuditLogChange
An entry in the audit log representing a specific change.
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
new?:APIAuditLogChange['new_value']
The new value of the change, e.g. for nicknames, the new nickname
old?:APIAuditLogChange['old_value']
The old value of the change, e.g. for nicknames, the old nickname