为 MessageBean 添加 chat_id 字段?

* 不知道有没有用, 有可能会被移除
* 有可能是史山
This commit is contained in:
CrescentLeaf
2025-11-09 00:32:05 +08:00
parent 743ccd1172
commit cfe8df43d1
3 changed files with 15 additions and 5 deletions

View File

@@ -2,6 +2,7 @@ export default class MessageBean {
declare id: number
declare text: string
declare user_id?: string
declare chat_id?: string
declare time: string
[key: string]: unknown