View Source Telegex.Type.GameHighScore (Telegex v1.0.0-rc.2)

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

Link to this section Summary

Link to this section Types

@type t() :: %Telegex.Type.GameHighScore{
  position: integer(),
  score: integer(),
  user: Telegex.Type.User.t()
}