ex_gram v0.10.0 ExGram.Model.GameHighScore View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

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