Simple Robot 组件 | KOOK
Toggle table of contents
4.1.1
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | KOOK
simbot-component-kook-api
/
love.forte.simbot.kook.event
/
DeletedMessageEventExtra
/
Body
Body
@
Serializable
data
class
Body
(
val
msgId
:
String
,
val
channelId
:
String
)
(
source
)
DeletedMessageEventExtra
事件 body
Members
Constructors
Body
Link copied to clipboard
constructor
(
msgId
:
String
,
channelId
:
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