View Source Telegex.Type.GameHighScore (Telegex v1.8.0)

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

Summary

Types

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