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

x/steamy/mod.ts>Dota2.LobbyType

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

Members

CoopWithBots = 4
Invalid
Practice = 1
PublicMatchmaking = 0
RankedMatchmaking = 7
SoloMid1v1 = 8
SoloQueue = 6
TeamMatch = 5
Tournament = 2
Tutorial = 3