Skip to main content
Module

x/discord_api_types/payloads/mod.ts>APIAuditLog

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface APIAuditLog
import { type APIAuditLog } from "https://deno.land/x/discord_api_types@0.37.21/payloads/mod.ts";

Properties

application_commands: APIApplicationCommand[]
auto_moderation_rules: APIAutoModerationRule[]

List of auto moderation rules referenced in the audit log

See https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object

threads: APIChannel[]

Threads found in the audit log

Threads referenced in THREAD_CREATE and THREAD_UPDATE events are included in the threads map, since archived threads might not be kept in memory by clients.

See https://discord.com/developers/docs/resources/channel#channel-object