@@ -55,24 +55,22 @@ values={[
5555
5656### OIMGroupBaseInfo
5757
58- | 字段名称 | 字段类型 | 描述 |
59- | ------------ | --------- | ---- |
60- | groupName | NSString | |
61- | notification | NSString | |
62- | introduction | NSString | |
63- | faceURL | NSInteger | |
64- | ex | NSString | |
58+ | 字段名称 | 字段类型 | 描述 |
59+ | ------------ | --------- | ---------- |
60+ | groupName | NSString | 群名称 |
61+ | notification | NSString | 群公告 |
62+ | introduction | NSString | 群简介 |
63+ | faceURL | NSInteger | 群头像链接 |
64+ | ex | NSString | |
6565
6666### OIMGroupCreateInfo
6767
68- | 字段名称 | 字段类型 | 描述 |
69- | ------------ | -------------------------------------------- | ---- |
70- | groupName | NSString | |
71- | notification | NSString | |
72- | introduction | NSString | |
73- | faceURL | NSInteger | |
74- | ex | NSString | |
75- | groupType | [ OIMGroupType] ( docs/sdks/Enum/GroupType.mdx ) | |
68+ | 字段名称 | 字段类型 | 描述 |
69+ | ------------- | --------------------- | ---------------- |
70+ | groupInfo | OIMGroupBaseInfo | |
71+ | memberUserIDs | NSArray <NSString \*> | 群成员 user ID |
72+ | adminUserIDs | NSArray <NSString \*> | 群管理 user ID |
73+ | ownerUserID | NSString | 群所有者 user ID |
7674
7775### OIMGroupInfo
7876
@@ -86,8 +84,8 @@ values={[
8684| createTime | NSInteger | 群创建时间 |
8785| status | [ OIMGroupStatus] ( docs/sdks/Enum/GroupStatus.mdx ) | 群状态 |
8886| creatorUserID | NSString | 创建者 userID |
89- | groupType | [ OIMGroupType] ( docs/sdks/Enum/GroupType.mdx ) | 群状态 |
90- | ownerUserID | NSString | 群主 userID |
87+ | groupType | [ OIMGroupType] ( docs/sdks/Enum/GroupType.mdx ) | 群类型 |
88+ | ownerUserID | NSString | 所有者 userID |
9189| memberCount | NSInteger | 群成员数量 |
9290| ex | NSString | 应用层扩展字段 |
9391| needVerification | [ OIMGroupVerificationType] ( docs/sdks/Enum/GroupVerification.mdx ) | 进群验证方式 |
0 commit comments