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

x/steamy/mod.ts>Dota2.LeaverStatus

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

Members

ABANDONED = 3
AFK = 4
DISCONNECTED = 1
DISCONNECTED_TOO_LONG = 2
NEVER_CONNECTED = 5
NEVER_CONNECTED_TOO_LONG = 6
NONE = 0