UNPKG

278 BTypeScriptView Raw
1import { WebAPICallResult } from '../../WebClient';
2export type ChatDeleteResponse = WebAPICallResult & {
3 channel?: string;
4 error?: string;
5 needed?: string;
6 ok?: boolean;
7 provided?: string;
8 ts?: string;
9};
10//# sourceMappingURL=ChatDeleteResponse.d.ts.map
\No newline at end of file