Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function getOwnedGames
import { getOwnedGames } from "https://deno.land/x/steamy@v0.03a/WebAPI/ISteamUser.ts";

Parameters

steamid: SteamID
optional
options: Partial<{ include_appinfo: boolean; include_played_free_games: boolean; }>