add ismoderator to groupdto
This commit is contained in:
@@ -8,5 +8,6 @@
|
|||||||
public bool? IsPaused { get; set; }
|
public bool? IsPaused { get; set; }
|
||||||
public bool? IsDeleted { get; set; }
|
public bool? IsDeleted { get; set; }
|
||||||
public string? Alias { get; set; }
|
public string? Alias { get; set; }
|
||||||
|
public bool? IsModerator { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user