Skip to main content

Lobby

@discordeno/bot


Documentation / @discordeno/bot / Lobby

Interface: Lobby

Defined in: packages/bot/src/transformers/types.ts:1876

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

Properties

applicationId

applicationId: bigint

Defined in: packages/bot/src/transformers/types.ts:1880

application that created the lobby


id

id: bigint

Defined in: packages/bot/src/transformers/types.ts:1878

The id of this channel


linkedChannel?

optional linkedChannel: Channel

Defined in: packages/bot/src/transformers/types.ts:1886

the guild channel linked to the lobby


members

members: LobbyMember[]

Defined in: packages/bot/src/transformers/types.ts:1884

members of the lobby


metadata?

optional metadata: Record<string, string>

Defined in: packages/bot/src/transformers/types.ts:1882

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