Handle edited comments

This commit is contained in:
Andrei Zavatski
2019-10-09 11:32:17 +03:00
parent a0dfbfe148
commit ad99a3236f
3 changed files with 18 additions and 1 deletions

View File

@ -81,6 +81,8 @@ namespace osu.Game.Online.API.Requests.Responses
[JsonProperty(@"edited_by_id")]
public long? EditedById { get; set; }
public User EditedUser { get; set; }
public bool IsTopLevel { get; set; }
public bool IsDeleted { get; set; }