View Source ExGram.Model.GameHighScore (ex_gram v0.52.1)

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

Check the documentation of this model in https://core.telegram.org/bots/api#gamehighscore

Summary

Types

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

Functions