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