interface Dota2.getMatchHistory_Parametersimport { type Dota2 } from "https://deno.land/x/steamy@v0.05a/mod.ts"; const { getMatchHistory_Parameters } = Dota2; Propertieshero_id: numberA list of hero IDs can be found via the GetHeroes method. game_mode: GameModeskill: SkillSkill bracket for the matches (Ignored if an account ID is specified). min_players: numberMinimum amount of players in a match for the match to be returned. account_id: SteamID32-bit or 64-bit account ID. league_id: numberOnly return matches from this league. A list of league IDs can be found via the GetLeagueListing method. start_at_match_id: numberStart searching for matches equal to or older than this match ID. matches_requested: numberAmount of matches to include in results (default: 25). tournament_games_only: booleanWhether to limit results to tournament matches. (0 = false, 1 = true)