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
/
DeletedPrivateMessageEventExtra
/
Body
Body
@
Serializable
data
class
Body
(
val
msgId
:
String
,
val
authorId
:
String
,
val
targetId
:
String
,
val
chatCode
:
String
,
val
deletedAt
:
Long
)
(
source
)
DeletedPrivateMessageEventExtra
事件的事件体
See also
Deleted
Private
Message
Event
Extra.
body
Members
Constructors
Body
Link copied to clipboard
constructor
(
msgId
:
String
,
authorId
:
String
,
targetId
:
String
,
chatCode
:
String
,
deletedAt
:
Long
)
Properties
author
Id
Link copied to clipboard
@
SerialName
(
value
=
"author_id"
)
val
authorId
:
String
被删除的消息的创建者 id
chat
Code
Link copied to clipboard
@
SerialName
(
value
=
"chat_code"
)
val
chatCode
:
String
私聊 code
deleted
At
Link copied to clipboard
@
SerialName
(
value
=
"deleted_at"
)
val
deletedAt
:
Long
删除的时间戳(毫秒)
msg
Id
Link copied to clipboard
@
SerialName
(
value
=
"msg_id"
)
val
msgId
:
String
被删除的消息的 id
target
Id
Link copied to clipboard
@
SerialName
(
value
=
"target_id"
)
val
targetId
:
String
被删除的消息的目标用户 id