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