mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +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")]
|
[JsonProperty(@"included_comments")]
|
||||||
public List<Comment> IncludedComments { get; set; }
|
public List<Comment> IncludedComments { get; set; }
|
||||||
|
|
||||||
|
[JsonProperty(@"pinned_comments")]
|
||||||
|
public List<Comment> PinnedComments { get; set; }
|
||||||
|
|
||||||
private List<long> userVotes;
|
private List<long> userVotes;
|
||||||
|
|
||||||
[JsonProperty(@"user_votes")]
|
[JsonProperty(@"user_votes")]
|
||||||
|
Reference in New Issue
Block a user