CreateLobby
Documentation / @discordeno/types / CreateLobby
Interface: CreateLobby
Defined in: discordeno/lobby.ts:7
https://docs.discord.com/developers/resources/lobby#create-lobby
Properties
idleTimeoutSeconds?
optionalidleTimeoutSeconds?: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?
optionalmembers?:CreateLobbyMember[]
Defined in: discordeno/lobby.ts:11
Optional array of up to 25 users to be added to the lobby
metadata?
optionalmetadata?:Record<string,string> |null
Defined in: discordeno/lobby.ts:9
Optional dictionary of string key/value pairs. The max total length is 1000.