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-common
/
dev.kord.common.entity
/
DiscordActivityPartySize
Discord
Activity
Party
Size
@
Serializable
(
with
=
DiscordActivityPartySize.Serializer::class
)
data
class
DiscordActivityPartySize
(
val
current
:
Int
,
val
maximum
:
Int
)
(
source
)
Members
Constructors
Discord
Activity
Party
Size
Link copied to clipboard
constructor
(
current
:
Int
,
maximum
:
Int
)
Properties
current
Link copied to clipboard
val
current
:
Int
maximum
Link copied to clipboard
val
maximum
:
Int