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

Parameters

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