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

x/steamy/mod.ts>Dota2.getRealtimeStats_Team

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

Properties

team_number: number

The number of the team (1 or 2).

team_id: number

The ID of the team.

team_name: string

The name of the team.

team_tag: string

The tag of the team.

score: number

The score of the team.

net_worth: number

The net worth of the team.

team_logo_url: string

The URL of the team's logo.

An array of player objects for the team.