import { type Dota2 } from "https://deno.land/x/steamy@v0.05a/mod.ts";
const { getRealtimeStats_Team } = Dota2;
Properties
players: GetRealtimeStats_Player[]
An array of player objects for the team.
import { type Dota2 } from "https://deno.land/x/steamy@v0.05a/mod.ts";
const { getRealtimeStats_Team } = Dota2;
An array of player objects for the team.