Add experimental multiuserroom

This commit is contained in:
kwaroran
2024-09-10 05:44:59 +09:00
parent 2f5f136089
commit 8c47298512
10 changed files with 322 additions and 49 deletions

View File

@@ -1062,6 +1062,8 @@ export interface Message{
chatId?:string
time?: number
generationInfo?: MessageGenerationInfo
name?:string
otherUser?:boolean
}
export interface MessageGenerationInfo{