buildManagerPassTeamApplyNotification static method
Future<String>
buildManagerPassTeamApplyNotification(
- String tid,
- NIMMessageNotificationAttachment attachment
Implementation
static Future<String> buildManagerPassTeamApplyNotification(
String tid, NIMMessageNotificationAttachment attachment) async {
return S.of().chatTeamNotifyManagerPass(
await buildMemberListString(tid, attachment.targetIds!));
}