Skip to main content
Module

x/harmony/mod.ts>AuditLogChangePayload

An easy to use Discord API Library for Deno.
Latest
interface AuditLogChangePayload
import { type AuditLogChangePayload } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

info If new_value is not present in the change object, while old_value is, that means the property that was changed has been reset, or set to null

Properties

optional
new_value: any

new value of the key

optional
old_value: any

old value of the key

key: string

name of audit log change key