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
/
friendAddedNotification.js
2 lines
(1 loc)
•
267 B
JavaScript
View Raw
1
2
import
t
from
"./notificationMessageContent.js"
;
import
{
MessageContentType
as
o}
from
"../messageContentType.js"
;
class
e
extends
t
{
constructor
(
){
super
(o.
Friend_Added
)}
formatNotification
(
){
return
"你们已经是好友了,可以开始聊天了。"
}}
export
{e
as
default
};