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

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

Properties

server_steam_id: string

The Steam ID of the server where the match was played.

match_id: string

The unique ID of the match.

timestamp: number

The timestamp of when the match was played.

game_time: number

The length of the match in seconds.

game_mode: GameMode

The game mode of the match.

league_id: number

The ID of the league the match was played in (if applicable).

league_node_id: number

The node ID of the league the match was played in (if applicable).

game_state: number

The current state of the match.

lobby_type: LobbyType

The type of lobby the match was played in.

start_timestamp: number

The timestamp of when the match started.