toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-core
/
dev.kord.core.entity
/
Activity
/
Party
Party
data
class
Party
(
val
id
:
String
?
,
val
currentSize
:
Int
?
,
val
maxSize
:
Int
?
)
(
source
)
Members
Constructors
Party
Link copied to clipboard
constructor
(
id
:
String
?
,
currentSize
:
Int
?
,
maxSize
:
Int
?
)
Properties
current
Size
Link copied to clipboard
val
currentSize
:
Int
?
id
Link copied to clipboard
val
id
:
String
?
max
Size
Link copied to clipboard
val
maxSize
:
Int
?