feat(wip): 實現 ChatPrivate

This commit is contained in:
CrescentLeaf
2025-09-14 14:32:24 +08:00
parent 2b54a7a13a
commit 0af3e7a449
3 changed files with 45 additions and 7 deletions

View File

@@ -1,5 +1,10 @@
export default class ChatBean {
declare type: "paivate" | "group"
declare id: string
declare title?: string
declare avatar_file_hash?: string
declare user_a_id?: string
declare user_b_id?: string
declare settings: string
[key: string]: unknown