UNPKG
@tnwx/commons
Version:
latest (2.5.6)
2.5.6
2.5.5
2.5.4
2.5.3
2.5.1
2.5.0
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.2
2.1.1
2.1.0
TTNWX 微信系开发脚手架之公共模块
gitee.com/javen205/TNWX
@tnwx/commons
/
dist
/
entity
/
msg
/
out
/
OutImageMsg.d.ts
10 lines
(9 loc)
•
264 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
OutMsg
}
from
'./OutMsg'
;
import
{
InMsg
}
from
'../in/InMsg'
;
export
declare
class
OutImageMsg
extends
OutMsg
{
private
mediaId;
constructor
(
inMsg
:
InMsg
);
toXml
():
string
;
get
getMediaId
():
string
;
set
setMediaId
(
mediaId
:
string
); }