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

Parameters

optional
options: Partial<{ hero_id: number; game_mode: GameMode; skill: Skill; min_players: number; account_id: SteamID; league_id: number; start_at_match_id: number; matches_requested: number; tournament_games_only: boolean; }>