mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 08:02:55 +08:00
add pinned property in comment
This commit is contained in:
parent
80d06a7e37
commit
0901333ef3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user