@slack/web-api / FilesInfoResponse
Type Alias: FilesInfoResponse
type FilesInfoResponse = WebAPICallResult & object;
Defined in: packages/web-api/src/types/response/FilesInfoResponse.ts:11
Type Declaration
comments?
optional comments?: Comment[];
content?
optional content?: string;
content_highlight_css?
optional content_highlight_css?: string;
content_highlight_html?
optional content_highlight_html?: string;
content_highlight_html_truncated?
optional content_highlight_html_truncated?: boolean;
error?
optional error?: string;
file?
optional file?: File;
is_truncated?
optional is_truncated?: boolean;
needed?
optional needed?: string;
ok?
optional ok?: boolean;
paging?
optional paging?: Paging;
provided?
optional provided?: string;
response_metadata?
optional response_metadata?: ResponseMetadata;
warning?
optional warning?: string;