Skip to main content
Module

x/harmony/mod.ts>OptionalAuditEntryInfoPayload

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

Properties

delete_member_days: string

number of days after which inactive members were kicked

members_removed: string

number of members removed by the prune

channel_id: string

channel in which the entities were targeted

message_id: string

id of the message that was targeted

count: string

number of entities that were targeted

id: string

id of the overwritten entity

type: string

type of overwritten entity - "0" for "role" or "1" for "member"

role_name: string

name of the role if type is "0" (not present if type is "1")