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