@typed-discord/rest
Preparing search index...
types
LobbyResponse
Function LobbyResponse
LobbyResponse
(
id
:
`
${
bigint
}
`
,
application_id
:
`
${
bigint
}
`
,
metadata
:
{
[
key
:
string
]:
string
}
|
null
,
members
:
LobbyMemberResponse
[]
,
flags
:
number
,
optional
?:
Omit
<
LobbyResponse
,
"id"
|
"application_id"
|
"flags"
|
"metadata"
|
"members"
,
>
,
)
:
LobbyResponse
Parameters
id
:
`
${
bigint
}
`
application_id
:
`
${
bigint
}
`
metadata
:
{
[
key
:
string
]:
string
}
|
null
members
:
LobbyMemberResponse
[]
flags
:
number
Optional
optional
:
Omit
<
LobbyResponse
,
"id"
|
"application_id"
|
"flags"
|
"metadata"
|
"members"
>
Returns
LobbyResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@typed-discord/rest
Loading...