diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.gateway.model
/
ActivityParty
Activity
Party
@
Serializable
data
class
ActivityParty
(
val
id
:
String
?
=
null
,
val
size
:
List
<
Int
>
?
=
null
)
(
source
)
Members
Constructors
Activity
Party
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
size
:
List
<
Int
>
?
=
null
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
?
=
null
size
Link copied to clipboard
@
SerialName
(
value
=
"size"
)
val
size
:
List
<
Int
>
?
=
null