Steamex v0.0.9 Steamex.Profile.MostPlayedGame View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Steamex.Profile.MostPlayedGame{
  game_icon: binary() | nil,
  game_link: binary() | nil,
  game_logo: binary() | nil,
  game_logo_small: binary() | nil,
  game_name: binary() | nil,
  hours_on_record: float() | nil,
  hours_played: float() | nil,
  stats_name: binary() | nil
}