Skip to main content
Module

x/harmony/mod.ts>OptionalAuditEntryInfo

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

Properties

deleteMemberDays: string

number of days after which inactive members were kicked

membersRemoved: string

number of members removed by the prune

channelID: string

channel in which the entities were targeted

messageID: 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"

roleName: string

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