增加聊天记录的存储和读取
This commit is contained in:
Vendored
+6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user