import { type ChatGetPermalinkResponse } from "https://deno.land/x/slack_web_api_client@0.3.4/mod.ts";
definition: SlackAPIResponse & { channel?: string; error?: string; needed?: string; ok: boolean; permalink?: string; provided?: string; }
x/slack_web_api_client/mod.ts>ChatGetPermalinkResponse
import { type ChatGetPermalinkResponse } from "https://deno.land/x/slack_web_api_client@0.3.4/mod.ts";