simple-robot-component-tencent-guild
3.0.0.0-alpha.3
simbot-component-tencent-guild-api
/
love.forte.simbot.tencentguild
/
Signal
/
Identify
/
Data
Data
data
class
Data
(
val
token
:
String
,
val
intents
:
Intents
,
val
shard
:
Shard
,
val
properties
:
Signal.Identify.Data.Prop
)
Types
Constructors
Properties
Constructors
Data
Link copied to clipboard
fun
Data
(
token
:
String
,
intents
:
Intents
,
shard
:
Shard
,
properties
:
Signal.Identify.Data.Prop
)
Types
Prop
Link copied to clipboard
data
class
Prop
(
val
os
:
String
,
val
browser
:
String
,
val
device
:
String
)
Properties
intents
Link copied to clipboard
val
intents
:
Intents
properties
Link copied to clipboard
val
properties
:
Signal.Identify.Data.Prop
shard
Link copied to clipboard
val
shard
:
Shard
token
Link copied to clipboard
val
token
:
String