UNPKG

@tnwx/commons

Version:

TTNWX 微信系开发脚手架之公共模块

10 lines (9 loc) 269 B
/** * @author Javen * @copyright javendev@126.com * @description 未知消息 */ import { InMsg } from './InMsg'; export declare class InNotDefinedMsg extends InMsg { constructor(toUserName: string, fromUserName: string, createTime: number, msgType: string); }