聊天室和群聊信息调整

This commit is contained in:
weber
2025-08-21 19:04:59 +08:00
parent 5ee1897739
commit 9fb79b3881
17 changed files with 362 additions and 262 deletions

View File

@@ -12,5 +12,4 @@ data class GroupInfo(
val groupName: String,
val groupAvatar: String,
val memberCount: Int,
val members: List<GroupMember>
)