Skip to main content

DiscordLobby

Documentation


Documentation / @discordeno/types / DiscordLobby

Interface: DiscordLobby

Defined in: discord/lobby.ts:6

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

Properties

application_id

application_id: string

Defined in: discord/lobby.ts:10

application that created the lobby


id

id: string

Defined in: discord/lobby.ts:8

The id of this channel


linked_channel?

optional linked_channel?: DiscordChannel

Defined in: discord/lobby.ts:16

the guild channel linked to the lobby


members

members: DiscordLobbyMember[]

Defined in: discord/lobby.ts:14

members of the lobby


metadata

metadata: Record<string, string> | null

Defined in: discord/lobby.ts:12

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