diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.gateway.events
/
ClientStatus
Client
Status
@
Serializable
data
class
ClientStatus
(
val
desktop
:
String
?
=
null
,
val
mobile
:
String
?
=
null
,
val
web
:
String
?
=
null
)
(
source
)
Members
Constructors
Client
Status
Link copied to clipboard
constructor
(
desktop
:
String
?
=
null
,
mobile
:
String
?
=
null
,
web
:
String
?
=
null
)
Properties
desktop
Link copied to clipboard
@
SerialName
(
value
=
"desktop"
)
val
desktop
:
String
?
=
null
mobile
Link copied to clipboard
@
SerialName
(
value
=
"mobile"
)
val
mobile
:
String
?
=
null
web
Link copied to clipboard
@
SerialName
(
value
=
"web"
)
val
web
:
String
?
=
null