Interface KudosuAllowORDenyORDiscussionPostRestore

interface KudosuAllowORDenyORDiscussionPostRestore {
    beatmapset: WithUserHype;
    comment: WithDiscussionidPostid;
    created_at: Date;
    discussion: WithStartingpost;
    id: number;
    type: "kudosu_allow" | "kudosu_deny" | "discussion_post_restore";
}

Hierarchy

  • WithBeatmapset
  • WithDiscussion
    • KudosuAllowORDenyORDiscussionPostRestore

Properties

beatmapset: WithUserHype
created_at: Date
discussion: WithStartingpost
id: number
type: "kudosu_allow" | "kudosu_deny" | "discussion_post_restore"

"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