Simple Robot
Toggle table of contents
5.0.0-Preview4
common
Target filter
common
Switch theme
Search in API
Skip to content
Simple Robot
simbot-component-qq-guild-api
/
love.forte.simbot.qguild.event
/
InteractionCreateData
Interaction
Create
Data
@
Serializable
data
class
InteractionCreateData
(
val
type
:
Int
,
val
resolved
:
InteractionCreateResolvedData
)
(
source
)
互动事件的数据。
Since
4.4.0
Members
Constructors
Interaction
Create
Data
Link copied to clipboard
constructor
(
type
:
Int
,
resolved
:
InteractionCreateResolvedData
)
Properties
resolved
Link copied to clipboard
val
resolved
:
InteractionCreateResolvedData
互动事件解析后的数据
type
Link copied to clipboard
val
type
:
Int
互动类型。消息按钮:
11
, 单聊快捷菜单:
12