CreateLobbyMember
Documentation / @discordeno/bot / CreateLobbyMember
Interface: CreateLobbyMember
Defined in: packages/types/dist/types/discordeno.d.ts:1617
https://discord.com/developers/docs/resources/lobby#create-lobby
Properties
flags?
optional
flags:number
Defined in: packages/types/dist/types/discordeno.d.ts:1623
Lobby member flags combined as a bitfield
id
id:
BigString
Defined in: packages/types/dist/types/discordeno.d.ts:1619
Discord user id of the user to add to the lobby
metadata?
optional
metadata:null
|Record
<string
,string
>
Defined in: packages/types/dist/types/discordeno.d.ts:1621
Optional dictionary of string key/value pairs. The max total length is 1000.