mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
add pinned property in comment
This commit is contained in:
@ -58,6 +58,9 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
[JsonProperty(@"edited_by_id")]
|
||||
public long? EditedById { get; set; }
|
||||
|
||||
[JsonProperty(@"pinned")]
|
||||
public bool Pinned { get; set; }
|
||||
|
||||
public User EditedUser { get; set; }
|
||||
|
||||
public bool IsTopLevel => !ParentId.HasValue;
|
||||
|
Reference in New Issue
Block a user