Simple Robot 组件 | QQ
Toggle table of contents
4.2.1
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | QQ
simbot-component-qq-guild-api
/
love.forte.simbot.qguild.model
/
MessageKeyboard
/
RenderData
Render
Data
@
ApiModel
@
Serializable
data
class
RenderData
(
val
label
:
String
,
val
visitedLabel
:
String
,
val
style
:
Int
)
(
source
)
MessageKeyboard.renderData
. 参考
官方文档
Members
Constructors
Render
Data
Link copied to clipboard
constructor
(
label
:
String
,
visitedLabel
:
String
,
style
:
Int
)
Properties
label
Link copied to clipboard
val
label
:
String
style
Link copied to clipboard
val
style
:
Int
visited
Label
Link copied to clipboard
val
visitedLabel
:
String