Steamex v0.0.9 Steamex.Profile View Source
Link to this section Summary
Functions
Fetch the profile for the given 64-bit community SteamID or custom URL
Link to this section Types
Link to this type
t()
View Source
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 }
Link to this section Functions
Link to this function
fetch(community_id_or_custom_url)
View Source
fetch(pos_integer() | binary()) :: Steamex.Profile.t()
Fetch the profile for the given 64-bit community SteamID or custom URL.