fix: Chat (客戶端側) title 設置為非空

This commit is contained in:
CrescentLeaf
2025-09-21 02:15:27 +08:00
parent 3d367711cc
commit 4837c17c2e

View File

@@ -1,7 +1,7 @@
export default class Chat {
declare type: "paivate" | "group"
declare id: string
declare title?: string
declare title: string
declare avatar_file_hash?: string
declare user_a_id?: string
declare user_b_id?: string