mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Handle edited comments
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user