Skip to main content

ModifyLobby

@discordeno/bot


Documentation / @discordeno/bot / ModifyLobby

Interface: ModifyLobby

Defined in: packages/types/dist/types/discordeno.d.ts:1626

https://discord.com/developers/docs/resources/lobby#add-a-member-to-a-lobby

Properties

idleTimeoutSeconds?

optional idleTimeoutSeconds: number

Defined in: packages/types/dist/types/discordeno.d.ts:1632

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: packages/types/dist/types/discordeno.d.ts:1630

Optional array of up to 25 users to replace the lobby members with. If provided, lobby members not in this list will be removed from the lobby.


metadata?

optional metadata: null | Record<string, string>

Defined in: packages/types/dist/types/discordeno.d.ts:1628

Optional dictionary of string key/value pairs. The max total length is 1000. Overwrites any existing metadata.