增加聊天记录的存储和读取

This commit is contained in:
chen wei bo
2025-09-10 19:15:43 +08:00
parent 0cbb163740
commit 37bd1b0449
7 changed files with 158 additions and 3 deletions
+6
View File
@@ -2080,6 +2080,9 @@ static getTypeUrl(typeUrlPrefix?: string): string;
/** ChatMsg isAi */
isAi?: (boolean|null);
/** ChatMsg msgId */
msgId?: (number|Long|null);
}
/** Represents a ChatMsg. */
@@ -2097,6 +2100,9 @@ msg: string;
/** ChatMsg isAi. */
isAi: boolean;
/** ChatMsg msgId. */
msgId: (number|Long);
/**
* Creates a new ChatMsg instance using the specified properties.
* @param [properties] Properties to set