Interface WithDiscussionidPostidOldlanguageNewlanguage

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

interface WithDiscussionidPostidOldlanguageNewlanguage {
    beatmap_discussion_id: null | number;
    beatmap_discussion_post_id: null | number;
    new:
        | "Any"
        | "Unspecified"
        | "Other"
        | "English"
        | "Japanese"
        | "Chinese"
        | "Instrumental"
        | "Korean"
        | "French"
        | "German"
        | "Swedish"
        | "Spanish"
        | "Italian"
        | "Russian"
        | "Polish";
    old:
        | "Any"
        | "Unspecified"
        | "Other"
        | "English"
        | "Japanese"
        | "Chinese"
        | "Instrumental"
        | "Korean"
        | "French"
        | "German"
        | "Swedish"
        | "Spanish"
        | "Italian"
        | "Russian"
        | "Polish";
}

Hierarchy (view full)

Properties

beatmap_discussion_id: null | number
beatmap_discussion_post_id: null | number
new:
    | "Any"
    | "Unspecified"
    | "Other"
    | "English"
    | "Japanese"
    | "Chinese"
    | "Instrumental"
    | "Korean"
    | "French"
    | "German"
    | "Swedish"
    | "Spanish"
    | "Italian"
    | "Russian"
    | "Polish"
old:
    | "Any"
    | "Unspecified"
    | "Other"
    | "English"
    | "Japanese"
    | "Chinese"
    | "Instrumental"
    | "Korean"
    | "French"
    | "German"
    | "Swedish"
    | "Spanish"
    | "Italian"
    | "Russian"
    | "Polish"