UNPKG

419 BTypeScriptView Raw
1import { WebAPICallResult } from '../../WebClient';
2export type GroupsSetTopicResponse = WebAPICallResult & {
3 error?: string;
4 needed?: string;
5 ok?: boolean;
6 provided?: string;
7 response_metadata?: ResponseMetadata;
8 topic?: string;
9 warning?: string;
10};
11export interface ResponseMetadata {
12 messages?: string[];
13 warnings?: string[];
14}
15//# sourceMappingURL=GroupsSetTopicResponse.d.ts.map
\No newline at end of file