UNPKG

@tnwx/commons

Version:

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

8 lines (7 loc) 277 B
import { InMsg } from '../InMsg'; export declare abstract class EventInMsg extends InMsg { protected event: string; constructor(toUserName: string, fromUserName: string, createTime: number, event: string); get getEvent(): string; set setEvent(event: string); }