Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias FilesInfoResponse
import { type FilesInfoResponse } from "https://deno.land/x/slack_web_api_client@0.7.2/client/generated-response/FilesInfoResponse.ts";
definition: SlackAPIResponse & { comments?: Comment[]; content?: string; content_highlight_css?: string; content_highlight_html?: string; error?: string; file?: File; is_truncated?: boolean; needed?: string; ok: boolean; paging?: Paging; provided?: string; }