UNPKG

@jinyexin/wechat

Version:

A simple wechat server lib

13 lines (12 loc) 302 B
/** * Created by enixjin on 4/13/17. */ import { wechatJSONMessage } from "./wechatJSONMessage"; export declare class templateMessage extends wechatJSONMessage { touser: string; template_id: string; url: string; data: any; redirect_uri?: string; state?: string; }