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

x/steamy/mod.ts>Dota2.getMatchHistory_Result

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

Properties

statusDetail: string

A message explaining the status, should status not be 1.

num_results: number

The number of matches in this response.

total_results: number

The total number of matches for the query.

results_remaining: number

The number of matches left for this query.

A list of matches.