zhizhi/node_modules/dingtalk-jsapi/api/biz/chat/openSingleChat.d.ts

24 lines
747 B
TypeScript
Raw Normal View History

/**
*
* @apiName biz.chat.openSingleChat
*/
export interface IBizChatOpenSingleChatParams {
/** 企业id */
corpId: string;
/** 用户的工号 */
userId: string;
}
/**
*
* @apiName biz.chat.openSingleChat
*/
export interface IBizChatOpenSingleChatResult {
}
/**
*
* @apiName biz.chat.openSingleChat
* @supportVersion ios: 3.4.10 android: 3.4.10
*/
export declare function openSingleChat$(params: IBizChatOpenSingleChatParams): Promise<IBizChatOpenSingleChatResult>;
export default openSingleChat$;