interface DiscordAutoModerationActionMetadataimport { type DiscordAutoModerationActionMetadata } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; Propertiesoptionalchannel_id: stringThe id of channel to which user content should be logged. Only in ActionType.SendAlertMessage optionalduration_seconds: numberTimeout duration in seconds maximum of 2419200 seconds (4 weeks). Only supported for TriggerType.Keyword && Only in ActionType.Timeout