Skip to main content
Extremely Popular
Go to Latest
interface DiscordOptionalAuditEntryInfo
import { type DiscordOptionalAuditEntryInfo } from "https://deno.land/x/discordeno@13.0.0-rc45/template/beginner/deps.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, 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"

role_name: string

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