Skip to main content
Module

x/slack_web_api_client/index.ts>FilesInfoResponse

Streamlined Slack Web API client for TypeScript
Go to Latest
type alias FilesInfoResponse
Re-export
import { type FilesInfoResponse } from "https://deno.land/x/slack_web_api_client@0.9.1/index.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; }
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; }