Skip to main content
Latest
interface OptionalAuditEntryInfo
Re-export
import { type OptionalAuditEntryInfo } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.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, types: MESSAGE_PIN & MESSAGE_UNPIN & STAGE_INSTANCE_CREATE & STAGE_INSTANCE_UPDATE & STAGE_INSTANCE_DELETE

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")