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

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

Properties

search_key: string
league_id: number
hero_id: HeroID
start_game: number
num_games: number
game_list_index: number
game_list: getTopLiveGame_Game[]