Add required field for User
This commit is contained in:
parent
e06b5f3c7c
commit
aea087af64
@ -39,6 +39,7 @@ class OsuApiModels {
|
|||||||
val avatar_url: String,
|
val avatar_url: String,
|
||||||
val id: Long,
|
val id: Long,
|
||||||
val username: String,
|
val username: String,
|
||||||
|
val beatmap_playcounts_count: Int?,
|
||||||
|
|
||||||
// Documentation: https://osu.ppy.sh/docs/index.html#userextended
|
// Documentation: https://osu.ppy.sh/docs/index.html#userextended
|
||||||
val join_date: String?,
|
val join_date: String?,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user