添加是否为成员和是否为管理员的字段

This commit is contained in:
CrescentLeaf
2025-10-19 15:11:40 +08:00
parent 5e44a273fc
commit 5034eb1da5
2 changed files with 9 additions and 2 deletions

View File

@@ -7,5 +7,8 @@ export default class Chat {
declare avatar?: string
declare settings?: { [key: string]: unknown }
declare is_member: boolean
declare is_admin: boolean
[key: string]: unknown
}