diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.gateway.model
/
RichPresenceSecrets
Rich
Presence
Secrets
@
Serializable
data
class
RichPresenceSecrets
(
val
joinParty
:
String
?
=
null
,
val
spectate
:
String
?
=
null
,
val
joinInstance
:
String
?
=
null
)
(
source
)
Members
Constructors
Rich
Presence
Secrets
Link copied to clipboard
constructor
(
joinParty
:
String
?
=
null
,
spectate
:
String
?
=
null
,
joinInstance
:
String
?
=
null
)
Properties
join
Instance
Link copied to clipboard
@
SerialName
(
value
=
"match"
)
val
joinInstance
:
String
?
=
null
join
Party
Link copied to clipboard
@
SerialName
(
value
=
"join"
)
val
joinParty
:
String
?
=
null
spectate
Link copied to clipboard
@
SerialName
(
value
=
"spectate"
)
val
spectate
:
String
?
=
null