Simple Robot
Toggle table of contents
5.0.0-Preview4
common
Target filter
common
Switch theme
Search in API
Skip to content
Simple Robot
simbot-component-qq-guild-api
/
love.forte.simbot.qguild.model
/
MessageKeyboards
/
Companion
/
create
create
@
JvmStatic
fun
create
(
singleRowButtons
:
Collection
<
MessageKeyboardButton
>
)
:
MessageKeyboards
(
source
)
创建一个只有单行的
消息按钮
。
@
JvmStatic
fun
create
(
singleButton
:
MessageKeyboardButton
)
:
MessageKeyboards
(
source
)
创建一个只有一个
消息按钮
的 keyboard 对象。