buildAcceptInviteNotification static method
Implementation
static Future<String> buildAcceptInviteNotification(String tid, String from,
NIMMessageNotificationAttachment attachment) async {
return S.of().chatTeamNotifyAcceptInvite(
await buildMemberListString(tid, attachment.targetIds!,
needTeamNick: false),
(await getTeamMemberDisplayName(tid, from)));
}