Steamex v0.0.7 Steamex.Profile
Summary
Functions
Fetch the profile for the given 64-bit community SteamID or custom URL
Types
t()
t() :: %Steamex.Profile{avatar_full: binary | nil, avatar_icon: binary | nil, avatar_medium: binary | nil, custom_url: binary | nil, groups: [Steamex.Profile.Group.t], headline: binary | nil, hours_played_2_wk: float | nil, is_limited_account?: boolean | nil, location: binary | nil, member_since: binary | nil, most_played_games: [Steamex.Profile.MostPlayedGame.t], online_state: binary | nil, privacy_state: binary | nil, real_name: binary | nil, state_message: binary | nil, steam_id: binary | nil, steam_id64: integer | nil, steam_rating: float | nil, summary: binary | nil, trade_ban_state: binary | nil, vac_banned?: boolean | nil, visibility_state: binary | nil}
Functions
Fetch the profile for the given 64-bit community SteamID or custom URL.