UNPKG

slack-web-api-client

Version:
10 lines 284 B
import type { SlackAPIResponse } from "../response"; export type ChatMeMessageResponse = SlackAPIResponse & { channel?: string; error?: string; needed?: string; ok: boolean; provided?: string; ts?: string; }; //# sourceMappingURL=ChatMeMessageResponse.d.ts.map