GameHighScore

@Serializable
data class GameHighScore(val position: Int, val user: User, val score: Long) : MultipleResponse

This object represents one row of the high scores table for a game.

Api reference

Constructors

Link copied to clipboard
constructor(position: Int, user: User, score: Long)

Properties

Link copied to clipboard

Position in high score table for the game

Link copied to clipboard
val score: Long

Score

Link copied to clipboard
val user: User

User