Skip to main content

CreateLobby

Documentation


Documentation / @discordeno/types / CreateLobby

Interface: CreateLobby

Defined in: discordeno/lobby.ts:7

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

Properties

idleTimeoutSeconds?

optional idleTimeoutSeconds?: number

Defined in: discordeno/lobby.ts:13

Seconds to wait before shutting down a lobby after it becomes idle. Value can be between 5 and 604800 (7 days).


members?

optional members?: CreateLobbyMember[]

Defined in: discordeno/lobby.ts:11

Optional array of up to 25 users to be added to the lobby


metadata?

optional metadata?: Record<string, string> | null

Defined in: discordeno/lobby.ts:9

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