An event's comment (unrelated to comments in bundles) can be a lot of things depending of the event type

interface WithDiscussionidPostidNewvotevotes {
    beatmap_discussion_id: null | number;
    beatmap_discussion_post_id: null | number;
    new_vote: { score: number; user_id: number };
    votes: { score: number; user_id: number }[];
}

Hierarchy (View Summary, Expand)

Properties

beatmap_discussion_id: null | number
beatmap_discussion_post_id: null | number
new_vote: { score: number; user_id: number }
votes: { score: number; user_id: number }[]
MMNEPVFCICPMFPCPTTAAATR