toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-gateway
/
dev.kord.gateway
/
IdentifyProperties
Identify
Properties
@
Serializable
data
class
IdentifyProperties
(
val
os
:
String
,
val
browser
:
String
,
val
device
:
String
)
(
source
)
Members
Constructors
Identify
Properties
Link copied to clipboard
constructor
(
os
:
String
,
browser
:
String
,
device
:
String
)
Properties
browser
Link copied to clipboard
val
browser
:
String
device
Link copied to clipboard
val
device
:
String
os
Link copied to clipboard
val
os
:
String