conversation: preserve triggers and await follow-ups

This commit is contained in:
2026-08-05 20:24:19 +08:00
parent c931d39d20
commit f416d889b3
13 changed files with 712 additions and 51 deletions
@@ -0,0 +1,9 @@
package top.jie65535.mirai.conversation
import net.mamoe.mirai.message.data.MessageSourceKind
internal data class ConversationKey(
val botId: Long,
val kind: MessageSourceKind,
val subjectId: Long,
)