Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/steamy/Dota2/api/mod.ts>getMatchHistory_Parameters

Steamy is a library made to help interact with Valve's REST APIs for their various games and services by providing easy asynchronous functions to call them, along with a key manager, and type checking to boot.
Latest
interface getMatchHistory_Parameters
import { type getMatchHistory_Parameters } from "https://deno.land/x/steamy@v0.05a/Dota2/api/mod.ts";

Properties

hero_id: number

A list of hero IDs can be found via the GetHeroes method.

game_mode: GameMode
skill: Skill

Skill bracket for the matches (Ignored if an account ID is specified).

min_players: number

Minimum amount of players in a match for the match to be returned.

account_id: SteamID

32-bit or 64-bit account ID.

league_id: number

Only return matches from this league. A list of league IDs can be found via the GetLeagueListing method.

start_at_match_id: number

Start searching for matches equal to or older than this match ID.

matches_requested: number

Amount of matches to include in results (default: 25).

tournament_games_only: boolean

Whether to limit results to tournament matches. (0 = false, 1 = true)