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

22 lines
611 B
TypeScript
Raw Normal View History

/**
* ()
* @apiName biz.chat.collectSticker
*/
export interface IBizChatCollectStickerParams {
/** 表情url数组 */
stickerUrls: string[];
}
/**
* ()
* @apiName biz.chat.collectSticker
*/
export interface IBizChatCollectStickerResult {
}
/**
* ()
* @apiName biz.chat.collectSticker
* @supportVersion ios: 4.6.25 android: 4.6.25
*/
export declare function collectSticker$(params: IBizChatCollectStickerParams): Promise<IBizChatCollectStickerResult>;
export default collectSticker$;