@slack/web-api
Version:
Official library for using the Slack Platform's Web API
11 lines • 324 B
TypeScript
import type { WebAPICallResult } from '../../WebClient';
export type ChatGetPermalinkResponse = WebAPICallResult & {
channel?: string;
error?: string;
needed?: string;
ok?: boolean;
permalink?: string;
provided?: string;
warning?: string;
};
//# sourceMappingURL=ChatGetPermalinkResponse.d.ts.map