Add required field for User

This commit is contained in:
Stedoss 2024-11-16 16:51:15 +00:00
parent e06b5f3c7c
commit aea087af64

View File

@ -39,6 +39,7 @@ class OsuApiModels {
val avatar_url: String,
val id: Long,
val username: String,
val beatmap_playcounts_count: Int?,
// Documentation: https://osu.ppy.sh/docs/index.html#userextended
val join_date: String?,