UNPKG

@slack/bolt

Version:

A framework for building Slack apps, fast.

4 lines 208 B
import type { WebClient } from '@slack/web-api'; import type { SayFn } from '../types'; export declare function createSay(client: WebClient, channelId: string): SayFn; //# sourceMappingURL=create-say.d.ts.map