RBWCM-SDK Documentation - v1.1.0
Preparing search index...
DraftTeamPayload
Interface DraftTeamPayload
Represents the state of a team during the draft phase.
interface
DraftTeamPayload
{
captainId
:
number
|
null
;
index
:
number
;
players
:
{
discordId
:
string
;
ign
:
string
;
isCaptain
:
boolean
;
userId
:
number
;
}
[]
;
}
Index
Properties
captain
Id
index
players
Properties
captain
Id
captainId
:
number
|
null
index
index
:
number
players
players
:
{
discordId
:
string
;
ign
:
string
;
isCaptain
:
boolean
;
userId
:
number
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
captain
Id
index
players
RBWCM-SDK Documentation - v1.1.0
Loading...
Represents the state of a team during the draft phase.