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
/
wechatXMLMessage.d.ts
8 lines
(7 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
class
wechatXMLMessage
{
ToUserName
?:
string
;
FromUserName
?:
string
;
CreateTime
?:
number
;
MsgType
?:
string
;
toXMLString
():
string
; }