commentable_meta
commentable_meta: {
current_user_attributes: { can_new_comment_reason: null | string };
id: number;
owner_id: null | number;
owner_title: null | string;
title: string;
type: "beatmapset" | "build" | "news_post";
url: string;
}[]
Type declaration
current_user_attributes: { can_new_comment_reason: null | string }
can_new_comment_reason: null | string
id: number
owner_id: null | number
owner_title: null | string
title: string
type: "beatmapset" | "build" | "news_post"
url: string
cursor
cursor: null | { created_at: Date; id: number }
deleted_commentable_meta
deleted_commentable_meta: number
has_more
has_more: boolean
has_more_id
has_more_id: null | number
sort
sort: "new" | "old" | "top"
top_level_count
top_level_count: number
user_follow
user_follow: boolean
user_votes
user_votes: number[]
Obtainable From
API.getComments