Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias ChatDeleteResponse
import { type ChatDeleteResponse } from "https://deno.land/x/slack_web_api_client@0.11.0/client/generated-response/ChatDeleteResponse.ts";
definition: SlackAPIResponse & { channel?: string; error?: string; needed?: string; ok: boolean; provided?: string; ts?: string; }