Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/slack_web_api_client/index.ts>EventDetails

Streamlined Slack Web API client for TypeScript
Go to Latest
interface EventDetails
Re-export
import { type EventDetails } from "https://deno.land/x/slack_web_api_client@0.2.1/index.ts";

Properties

event_type: string
optional
channel_ids: string[]
optional
team_ids: string[]
optional
filter: { version: number; root: { statement: string; }; }