We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OneBotReply
DefaultOneBotMessageSegmentElement
否
// simbot val simbotVersion = "4.14.0" implementation("love.forte.simbot:simbot-core:$simbotVersion") compileOnly("love.forte.simbot.common:simbot-common-annotations:$simbotVersion") implementation("love.forte.simbot.component:simbot-component-onebot-v11-core:1.9.0") implementation("love.forte.simbot.component:simbot-component-kook-core:4.3.0")
Kotlin
Gradle
消息引用 OneBotReply 在消息中没有直接作为消息的元素存在,而是以 DefaultOneBotMessageSegmentElement 存在,这导致处理消息时需要额外的特判来获取消息引用
是否会提供贡献?
否
版本信息
涉及的编程语言
Kotlin
项目构建工具
Gradle
内容描述
消息引用
OneBotReply在消息中没有直接作为消息的元素存在,而是以DefaultOneBotMessageSegmentElement存在,这导致处理消息时需要额外的特判来获取消息引用