import { type Dota2 } from "https://deno.land/x/steamy@v0.05a/mod.ts";
const { getMatchHistory_Player } = Dota2;
Properties
A player's slot is returned via an 8-bit unsigned integer. The first bit represent the player's team, false if Radiant and true if dire. The final three bits represent the player's position in that team, from 0-4. ββββββββββββββββ Team (false if Radiant, true if Dire). β βββ¬ββ¬ββ¬βββββββ Not used. β β β β β βββ¬ββ¬β The position of a player within their team (0-4). β β β β β β β β 0 0 0 0 0 0 0 0
hero_id: HeroID
The hero's unique ID. A list of hero IDs can be found via the GetHeroes method.