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-core
/
love.forte.simbot.component.qguild.message
/
QGKeyboards
/
Companion
/
create
create
@
JvmStatic
fun
create
(
keyboards
:
MessageKeyboards
)
:
QGKeyboards
(
source
)
使用
keyboards
直接包装构建。
See also
QGKeyboards
Message
Keyboards.
Companion.
builder
@
JvmStatic
fun
create
(
singleButton
:
MessageKeyboardButton
)
:
QGKeyboards
(
source
)
使用
singleButton
直接包装构建一个单 button。
@
JvmStatic
fun
create
(
singleRowButtons
:
Collection
<
MessageKeyboardButton
>
)
:
QGKeyboards
(
source
)
使用
singleRowButtons
直接包装构建一组单行 buttons。