Skip to main content

Lobby

Documentation


Documentation / @discordeno/bot / Lobby

Interface: Lobby

Defined in: transformers/types.ts:2130

https://docs.discord.com/developers/resources/lobby#lobby-object-lobby-structure

Properties

applicationId

applicationId: bigint

Defined in: transformers/types.ts:2134

application that created the lobby


id

id: bigint

Defined in: transformers/types.ts:2132

The id of this channel


linkedChannel?

optional linkedChannel?: Channel

Defined in: transformers/types.ts:2140

the guild channel linked to the lobby


members

members: LobbyMember[]

Defined in: transformers/types.ts:2138

members of the lobby


metadata?

optional metadata?: Record<string, string>

Defined in: transformers/types.ts:2136

dictionary of string key/value pairs. The max total length is 1000.