mirror of
https://github.com/ppy/osu.git
synced 2026-05-26 06:49:54 +08:00
add pinned comments property in comment bundle
This commit is contained in:
parent
1859e651b6
commit
39b13efdd5
@@ -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