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
/
MentionRolePart
Mention
Role
Part
@
Serializable
data
class
MentionRolePart
(
val
id
:
String
,
val
name
:
String
)
(
source
)
提及角色权限组时候使用的
mention_role_part
字段值。
Members
Constructors
Mention
Role
Part
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"role_id"
)
val
id
:
String
name
Link copied to clipboard
val
name
:
String