Lobby
Documentation / @discordeno/bot / Lobby
Interface: Lobby
Defined in: bot/src/transformers/types.ts:1950
https://discord.com/developers/docs/resources/lobby#lobby-object-lobby-structure
Properties
applicationId
applicationId:
bigint
Defined in: bot/src/transformers/types.ts:1954
application that created the lobby
id
id:
bigint
Defined in: bot/src/transformers/types.ts:1952
The id of this channel
linkedChannel?
optionallinkedChannel:Channel
Defined in: bot/src/transformers/types.ts:1960
the guild channel linked to the lobby
members
members:
LobbyMember[]
Defined in: bot/src/transformers/types.ts:1958
members of the lobby
metadata?
optionalmetadata:Record<string,string>
Defined in: bot/src/transformers/types.ts:1956
dictionary of string key/value pairs. The max total length is 1000.