import { type Dota2 } from "https://deno.land/x/steamy@v0.05a/mod.ts";
const { getMatchHistory_Match } = Dota2;
Properties
lobby_type: LobbyType
players: getMatchHistory_Player[]
The list of players within the match.
import { type Dota2 } from "https://deno.land/x/steamy@v0.05a/mod.ts";
const { getMatchHistory_Match } = Dota2;
The list of players within the match.