UNPKG
tjc-sdk
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
TIANJI IM SDK
tjc-sdk
/
dist
/
messages
/
notification
/
chatRoomWelcomeNotificationContent.js
2 lines
(1 loc)
•
195 B
JavaScript
View Raw
1
2
import
e
from
"./notificationMessageContent.js"
;
class
t
extends
e
{welcome;
formatNotification
(
e
){
return
this
.
welcome
}
encode
(
){
return
super
.
encode
()}
decode
(
e
){
super
.
decode
(e)}}
export
{t
as
default
};