CreateLobbyMember
Documentation / @discordeno/types / CreateLobbyMember
Interface: CreateLobbyMember
Defined in: discordeno/lobby.ts:17
https://docs.discord.com/developers/resources/lobby#create-lobby
Properties
flags?
optionalflags?:number
Defined in: discordeno/lobby.ts:27
Lobby member flags combined as a bitfield
See
id
id:
BigString
Defined in: discordeno/lobby.ts:19
Discord user id of the user to add to the lobby
metadata?
optionalmetadata?:Record<string,string> |null
Defined in: discordeno/lobby.ts:21
Optional dictionary of string key/value pairs. The max total length is 1000.