UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

10 lines 294 B
import { WebAPICallResult } from '../WebClient'; export type ChatGetPermalinkResponse = WebAPICallResult & { channel?: string; error?: string; needed?: string; ok?: boolean; permalink?: string; provided?: string; }; //# sourceMappingURL=ChatGetPermalinkResponse.d.ts.map