refactor: avatar_file_hash instead of avatar

This commit is contained in:
CrescentLeaf
2025-10-24 20:29:51 +08:00
parent bef6e88bf7
commit 72016c5da1
13 changed files with 40 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ export default class Chat {
declare type: ChatType
declare id: string
declare title: string
declare avatar?: string
declare avatar_file_hash?: string
declare settings?: { [key: string]: unknown }
declare is_member: boolean