interface DiscussionDelete {
    beatmapset?: WithUserHype;
    comment: WithDiscussionidPostid;
    created_at: Date;
    id: number;
    type: "discussion_delete";
}

Hierarchy

  • WithOptionalBeatmapset
    • DiscussionDelete

Properties

beatmapset?: WithUserHype
created_at: Date
id: number
type: "discussion_delete"

"approve" is currently not used, it's here just in case that ever changes https://github.com/ppy/osu-web/blob/master/app/Models/BeatmapsetEvent.php