osu-api-v2-js
    Preparing search index...

    Interface WithUpdatestreams

    interface WithUpdatestreams {
        created_at: Date;
        display_version: string;
        id: number;
        update_stream: Changelog.UpdateStream;
        users: number;
        version: null | string;
        youtube_id: null | string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    created_at: Date
    display_version: string
    id: number
    update_stream: Changelog.UpdateStream
    users: number

    How many users are playing on this version of the game? (if web, should be 0)

    version: null | string

    The name of the version

    youtube_id: null | string

    If a video is showcased on the changelog

    The ID of a Youtube video is whatever comes after /watch?v= in its url