Simple Robot 组件 | KOOK
Toggle table of contents
4.1.2-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | KOOK
simbot-component-kook-api
/
love.forte.simbot.kook.event
/
Signal
/
Hello
/
Data
Data
@
Serializable
data
class
Data
(
val
code
:
Int
,
val
sessionId
:
String
)
(
source
)
Hello
中的数据。
Parameters
code
状态码
session
Id
会话 id
Members
Constructors
Data
Link copied to clipboard
constructor
(
code
:
Int
,
sessionId
:
String
)
Properties
code
Link copied to clipboard
val
code
:
Int
session
Id
Link copied to clipboard
@
SerialName
(
value
=
"session_id"
)
val
sessionId
:
String