toggle menu
Simple Robot 组件 | QQ Guild
4.1.2
common
switch theme
search in API
simbot-component-qq-guild-api
/
love.forte.simbot.qguild.model
/
MessageKeyboard
/
ActionPermission
Action
Permission
@
ApiModel
@
Serializable
data
class
ActionPermission
(
val
type
:
Int
,
val
specifyUserIds
:
List
<
String
>
?
=
null
,
val
specifyRoleIds
:
List
<
String
>
?
=
null
)
(
source
)
Action.permission
. 参考
官方文档
Members
Constructors
Action
Permission
Link copied to clipboard
constructor
(
type
:
Int
,
specifyUserIds
:
List
<
String
>
?
=
null
,
specifyRoleIds
:
List
<
String
>
?
=
null
)
Properties
specify
Role
Ids
Link copied to clipboard
@
SerialName
(
value
=
"specify_role_ids"
)
val
specifyRoleIds
:
List
<
String
>
?
=
null
specify
User
Ids
Link copied to clipboard
@
SerialName
(
value
=
"specify_user_ids"
)
val
specifyUserIds
:
List
<
String
>
?
=
null
type
Link copied to clipboard
val
type
:
Int