Skip to main content
Module

x/slack_bolt/mod.ts>DNDUpdatedUserEvent

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
interface DNDUpdatedUserEvent
import { type DNDUpdatedUserEvent } from "https://deno.land/x/slack_bolt@1.0.0/mod.ts";

Properties

type: "dnd_updated_user"
user: string
dnd_status: { dnd_enabled: boolean; next_dnd_start_ts: number; next_dnd_end_ts: number; }