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
/
AddBlockListEventBody
Add
Block
List
Event
Body
@
Serializable
data
class
AddBlockListEventBody
(
val
operatorId
:
String
,
val
remark
:
String
,
val
userId
:
List
<
String
>
=
emptyList()
)
(
source
)
AddBlockListEventExtra
事件体。
Members
Constructors
Add
Block
List
Event
Body
Link copied to clipboard
constructor
(
operatorId
:
String
,
remark
:
String
,
userId
:
List
<
String
>
=
emptyList()
)
Properties
operator
Id
Link copied to clipboard
@
SerialName
(
value
=
"operator_id"
)
val
operatorId
:
String
操作人 id
remark
Link copied to clipboard
val
remark
:
String
封禁理由
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
val
userId
:
List
<
String
>
被封禁成员 id 列表