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