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

22 lines
589 B
TypeScript
Raw Normal View History

/**
*
* @apiName biz.chat.locationChatMessage
*/
export interface IBizChatLocationChatMessageParams {
[key: string]: any;
}
/**
*
* @apiName biz.chat.locationChatMessage
*/
export interface IBizChatLocationChatMessageResult {
[key: string]: any;
}
/**
*
* @apiName biz.chat.locationChatMessage
* @supportVersion ios: 2.7.6 android: 2.7.6
*/
export declare function locationChatMessage$(params: IBizChatLocationChatMessageParams): Promise<IBizChatLocationChatMessageResult>;
export default locationChatMessage$;