UNPKG
@jinyexin/wechat
Version:
latest (3.2.6)
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.0.6
3.0.3
3.0.0
2.2.17
2.2.16
2.2.15
2.2.14
2.2.13
2.2.12
2.2.11
2.2.8
2.2.6
2.2.5
2.2.3
2.2.2
2.2.1
2.2.0
2.1.5
2.1.4
2.1.3
2.1.1
2.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A simple wechat server lib
gitlab.com/jinyexin/wechat
@jinyexin/wechat
/
dist
/
message
/
xml
/
textMessage.d.ts
12 lines
(11 loc)
•
286 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * Created by enixjin on 4/12/17. */
import
{ wechatXMLMessage }
from
"./wechatXMLMessage"
;
export
declare
class
textMessage
extends
wechatXMLMessage
{
ToUserName
:
string
;
FromUserName
:
string
;
CreateTime
:
number
;
MsgType
:
string
;
Content
:
string
; }