mirror of
https://github.com/jie65535/JChatGPT.git
synced 2026-09-15 02:56:10 +08:00
conversation: preserve triggers and await follow-ups
This commit is contained in:
@@ -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,
|
||||
)
|
||||
Reference in New Issue
Block a user