kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
common
Platform filter
common
Switch theme
Search in API
kord
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
?