MessageKeyboards
Java 中可以通过 builder 构建实例;Kotlin 中还可以通过 DSL API 构建实例:
val keyboards = MessageKeyboards {
// this: MessageKeyboardsBuilder
// ...
}Content copied to clipboard
Since
4.4.0
Author
ForteScarlet
Java 中可以通过 builder 构建实例;Kotlin 中还可以通过 DSL API 构建实例:
val keyboards = MessageKeyboards {
// this: MessageKeyboardsBuilder
// ...
}4.4.0
ForteScarlet