Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias FilesInfoResponse
import { type FilesInfoResponse } from "https://deno.land/x/slack_web_api_client@0.13.3/client/generated-response/FilesInfoResponse.ts";
definition: SlackAPIResponse & { comments?: Comment[]; content?: string; content_highlight_css?: string; content_highlight_html?: string; content_highlight_html_truncated?: boolean; error?: string; file?: File; is_truncated?: boolean; needed?: string; ok: boolean; paging?: Paging; provided?: string; }