update dtos for moderator and banned users in groups

This commit is contained in:
Stanley Dimant
2022-10-06 15:35:14 +02:00
parent fc47c861b7
commit c2d740def2
3 changed files with 21 additions and 0 deletions

View File

@@ -8,5 +8,6 @@
public bool? IsPaused { get; set; }
public bool? IsRemoved { get; set; }
public bool? IsPinned { get; set; }
public bool? IsModerator { get; set; }
}
}