Skip to content

Commit

Permalink
add a note about DeletedUser
Browse files Browse the repository at this point in the history
  • Loading branch information
notbakaneko committed Jan 28, 2025
1 parent f7bb58b commit c279f4b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions resources/views/docs/_structures/beatmap_owner.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@

Field | Type | Description
-------- | ------- | ------------
id | integer | [User](#user) id of the Beatmap owner
username | string | Username of the Beatmap owner
id | integer | [User](#user) id of the Beatmap owner.
username | string | Username of the Beatmap owner.

Users that are no longer visible will still appear as a BeatmapOwner but have the username set to `[deleted user]`.

0 comments on commit c279f4b

Please sign in to comment.