Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/steamy/mod.ts>Dota2.getMatchHistory_Match

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 Dota2.getMatchHistory_Match
import { type Dota2 } from "https://deno.land/x/steamy@v0.05a/mod.ts";
const { getMatchHistory_Match } = Dota2;

Properties

match_id: number

The matches unique ID.

match_seq_num: number

A 'sequence number', representing the order in which matches were recorded.

start_time: number

Unix timestamp of when the match began.

lobby_type: LobbyType
radiant_team_id: number
dire_team_id: number

The list of players within the match.