Simple Robot 组件 | QQ
Toggle table of contents
4.4.0
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | QQ
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。