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