Module

lobby

Type Definitions

Object

LobbyState

Properties:
Name Type Description
inhouseState module:ihl.InhouseState

The inhouse state the lobby belongs to.

channel external:discordjs.GuildChannel

The discord lobby channel.

role external:discordjs.Role

The discord lobby role.

readyCheckTime number

Start of lobby ready timer.

state string

The lobby state.

botId number

The record id of the bot hosting the lobby.

queueType string

The lobby queue type.

lobbyName string

The lobby name.

dotaLobbyId string

The dota lobby id.

password string

The lobby password.

captain1UserId string

The first captain user record id.

captain2UserId string

The second captain user record id.

matchId string

The match id for the lobby.

View Source lib/lobby.js, line 5