UNPKG
tjc-sdk
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
TIANJI IM SDK
tjc-sdk
/
dist
/
messages
/
messageStatus.js
2 lines
(1 loc)
•
185 B
JavaScript
View Raw
1
2
class
t
{
static
All
=-
1
;
static
Sending
=
0
;
static
Sent
=
1
;
static
SendFailure
=
2
;
static
Mentioned
=
3
;
static
AllMentioned
=
4
;
static
Unread
=
5
;
static
Readed
=
6
;
static
Played
=
7
}
export
{t
as
default
};