QGKeyboards

markdown 消息内含有的按钮信息。

Kotlin 可以使用 DSL API 快速构建 QGKeyboards 对象实例:

QGKeyboards {
content {
// 第一行..
rows {
button { ... }
button { ... }
}
// 第二行..
rows {
button { ... }
button { ... }
}
}
}

Since

4.4.0

Author

ForteScarlet

See also

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard