UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

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