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

    Function getAll

    • Get all the events about a lazer realtime room!

      Parameters

      • this: API
      • room: number | Multiplayer.Room

        The room (or its id) where the events occurred

      Returns Promise<
          {
              beatmaps: Beatmap[];
              beatmapsets: WithHype[];
              current_playlist_item_id: number;
              events: Multiplayer.Room.Event[];
              first_event_id: number;
              last_event_id: number;
              playlist_items: WithDetailsScores[];
              room: Multiplayer.Room;
              users: WithCountry[];
          },
      >

      It WILL error (422) if the provided room is not realtime, and may return empty arrays on rooms from roughly April 2025 or older