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.objects
/
ReactionEmoji
Reaction
Emoji
@
Serializable
data
class
ReactionEmoji
(
val
id
:
String
,
val
name
:
String
)
(
source
)
用于标识用户
reaction
时候的Emoji信息。
Members
Constructors
Reaction
Emoji
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String