QGKeyboards
markdown 消息内含有的按钮信息。
Kotlin 可以使用 DSL API 快速构建 QGKeyboards 对象实例:
QGKeyboards {
content {
// 第一行..
rows {
button { ... }
button { ... }
}
// 第二行..
rows {
button { ... }
button { ... }
}
}
}Content copied to clipboard
Since
4.4.0
Author
ForteScarlet