zhizhi/node_modules/dingtalk-jsapi/api/union/createGroupChat.d.ts

20 lines
562 B
TypeScript
Raw Normal View History

import { ICommonAPIParams } from '../../constant/types';
/**
*
* @apiName createGroupChat
*/
export interface IUnionCreateGroupChatParams extends ICommonAPIParams {
}
/**
*
* @apiName createGroupChat
*/
export interface IUnionCreateGroupChatResult {
}
/**
*
* @apiName createGroupChat
*/
export declare function createGroupChat$(params: IUnionCreateGroupChatParams): Promise<IUnionCreateGroupChatResult>;
export default createGroupChat$;