add pinned comments property in comment bundle

This commit is contained in:
Gagah Pangeran Rosfatiputra
2021-08-13 13:13:28 +07:00
parent 1859e651b6
commit 39b13efdd5

View File

@ -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")]