mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
add pinned comments property in comment bundle
This commit is contained in:
@ -24,6 +24,9 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
[JsonProperty(@"included_comments")]
|
||||
public List<Comment> IncludedComments { get; set; }
|
||||
|
||||
[JsonProperty(@"pinned_comments")]
|
||||
public List<Comment> PinnedComments { get; set; }
|
||||
|
||||
private List<long> userVotes;
|
||||
|
||||
[JsonProperty(@"user_votes")]
|
||||
|
Reference in New Issue
Block a user