UNPKG
tjc-sdk
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
TIANJI IM SDK
tjc-sdk
/
dist
/
model
/
nullGroupInfo.js
2 lines
(1 loc)
•
127 B
JavaScript
View Raw
1
2
import
s
from
"./groupInfo.js"
;
class
t
extends
s
{
constructor
(
s
){
super
(),
this
.
target
=s,
this
.
name
=
"群聊"
}}
export
{t
as
default
};