Skip to main content

DiscordLobby

@discordeno/bot


Documentation / @discordeno/bot / DiscordLobby

Interface: DiscordLobby

Defined in: packages/types/dist/types/discord/lobby.d.ts:4

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

Properties

application_id

application_id: string

Defined in: packages/types/dist/types/discord/lobby.d.ts:8

application that created the lobby


id

id: string

Defined in: packages/types/dist/types/discord/lobby.d.ts:6

The id of this channel


linked_channel?

optional linked_channel: DiscordChannel

Defined in: packages/types/dist/types/discord/lobby.d.ts:14

the guild channel linked to the lobby


members

members: DiscordLobbyMember[]

Defined in: packages/types/dist/types/discord/lobby.d.ts:12

members of the lobby


metadata?

optional metadata: Record<string, string>

Defined in: packages/types/dist/types/discord/lobby.d.ts:10

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