Interface BeatmapsetCompact

Represents a beatmapset.

(Source)

Hierarchy-Diagram

UML class diagram of BeatmapsetCompact
Legend
icon for an interface in the UML class diagram interface
icon for a public property in the UML class diagram public property

Hierarchy

Properties

artist: string
artist_unicode: string
beatmaps?: Beatmap[]
converts?: Beatmap[]
covers: Covers
creator: string
current_user_attributes?: unknown
description?: BeatmapsetDescription
discussions?: unknown
events?: unknown
favourite_count: number
has_favourited?: boolean

Always included in Beatmapset but optional in BeatmapsetCompact.


Documentation wrong, can be undefined even for Beatmapsets.

hype: null | BeatmapsetHype
id: number
nominations?: unknown
nsfw: boolean
offset: number
play_count: number
preview_url: string
ratings?: number[]
recent_favourites?: UserCompact[]
related_users?: unknown
source: string

Always included in Beatmapset but optional in BeatmapsetCompact.

Can be an empty string.

spotlight: boolean
status: string
title: string
title_unicode: string
track_id?: null | number
user?: User
user_id: number
video: boolean

Generated using TypeDoc