add ismoderator to groupdto

This commit is contained in:
Stanley Dimant
2022-10-06 16:06:23 +02:00
parent c2d740def2
commit 1c3327f9bc

View File

@@ -8,5 +8,6 @@
public bool? IsPaused { get; set; }
public bool? IsDeleted { get; set; }
public string? Alias { get; set; }
public bool? IsModerator { get; set; }
}
}