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
/
PingEventExtraBody
Ping
Event
Extra
Body
@
Serializable
data
class
PingEventExtraBody
(
val
channelId
:
String
,
val
operatorId
:
String
,
val
msgId
:
String
)
(
source
)
置顶消息相关事件 extra 内 body
Members
Constructors
Ping
Event
Extra
Body
Link copied to clipboard
constructor
(
channelId
:
String
,
operatorId
:
String
,
msgId
:
String
)
Properties
channel
Id
Link copied to clipboard
@
SerialName
(
value
=
"channel_id"
)
val
channelId
:
String
频道 id
msg
Id
Link copied to clipboard
@
SerialName
(
value
=
"msg_id"
)
val
msgId
:
String
被操作的消息 id
operator
Id
Link copied to clipboard
@
SerialName
(
value
=
"operator_id"
)
val
operatorId
:
String
操作人 id