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
/
ReactionEventExtraBody
Reaction
Event
Extra
Body
@
Serializable
data
class
ReactionEventExtraBody
(
val
msgId
:
String
,
val
userId
:
String
,
val
channelId
:
String
,
val
emoji
:
ReactionEmoji
)
(
source
)
Reaction 相关事件 extra 内 body
Members
Constructors
Reaction
Event
Extra
Body
Link copied to clipboard
constructor
(
msgId
:
String
,
userId
:
String
,
channelId
:
String
,
emoji
:
ReactionEmoji
)
Properties
channel
Id
Link copied to clipboard
@
SerialName
(
value
=
"channel_id"
)
val
channelId
:
String
频道 id
emoji
Link copied to clipboard
val
emoji
:
ReactionEmoji
Reaction emoji 信息
msg
Id
Link copied to clipboard
@
SerialName
(
value
=
"msg_id"
)
val
msgId
:
String
用户点击的消息 id
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
val
userId
:
String
点击的用户