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