Skip to main content

CreateLobbyMember

Documentation


Documentation / @discordeno/types / CreateLobbyMember

Interface: CreateLobbyMember

Defined in: discordeno/lobby.ts:17

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

Properties

flags?

optional flags?: number

Defined in: discordeno/lobby.ts:27

Lobby member flags combined as a bitfield

See

DiscordLobbyMemberFlags


id

id: BigString

Defined in: discordeno/lobby.ts:19

Discord user id of the user to add to the lobby


metadata?

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

Defined in: discordeno/lobby.ts:21

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