buildManagerPassTeamApplyNotification static method

Future<String> buildManagerPassTeamApplyNotification(
  1. String tid,
  2. NIMMessageNotificationAttachment attachment
)

Implementation

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