import { type Dota2 } from "https://deno.land/x/steamy@v0.05a/mod.ts";
const { getMatchDetails_Player } = Dota2;
Properties
hero_id: HeroID
The hero's unique ID. A list of hero IDs can be found via the GetHeroes method.
item_0: ItemID
ID of the top-left inventory item
item_1: ItemID
ID of the top-center inventory item
item_2: ItemID
ID of the top-right inventory item
item_3: ItemID
ID of the bottom-left inventory item
item_4: ItemID
ID of the bottom-center inventory item
item_5: ItemID
ID of the bottom-right inventory item
leaver_status: LeaverStatus
0 - NONE - finished match, no abandon. 1 - DISCONNECTED - player DC, no abandon. 2 - DISCONNECTED_TOO_LONG - player DC > 5min, abandoned. 3 - ABANDONED - player DC, clicked leave, abandoned. 4 - AFK - player AFK, abandoned. 5 - NEVER_CONNECTED - player never connected, no abandon. 6 - NEVER_CONNECTED_TOO_LONG - player took too long to connect, no abandon.