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
/
Action
Action
@
ApiModel
@
Serializable
data
class
Action
(
val
permission
:
MessageKeyboard.ActionPermission
?
=
null
,
val
data
:
String
?
,
val
reply
:
Boolean
?
=
null
,
val
enter
:
Boolean
?
=
null
,
val
anchor
:
Int
?
=
null
,
val
unsupportTips
:
String
)
(
source
)
MessageKeyboard.action
. 参考
官方文档
Members
Constructors
Action
Link copied to clipboard
constructor
(
permission
:
MessageKeyboard.ActionPermission
?
=
null
,
data
:
String
?
,
reply
:
Boolean
?
=
null
,
enter
:
Boolean
?
=
null
,
anchor
:
Int
?
=
null
,
unsupportTips
:
String
)
Properties
anchor
Link copied to clipboard
val
anchor
:
Int
?
=
null
data
Link copied to clipboard
val
data
:
String
?
enter
Link copied to clipboard
val
enter
:
Boolean
?
=
null
permission
Link copied to clipboard
val
permission
:
MessageKeyboard.ActionPermission
?
=
null
reply
Link copied to clipboard
val
reply
:
Boolean
?
=
null
unsupport
Tips
Link copied to clipboard
@
SerialName
(
value
=
"unsupport_tips"
)
val
unsupportTips
:
String