GroupInfo
Description
info
Group information.
- iOS
- Android
- Flutter
- uni-app
- Browser/Electron/MiniProgram
- React-Native
- Unity
GroupInfo
| Field Name | Field Type | Description |
|---|---|---|
| groupID | String | Group ID |
| groupName | String | Group name |
| notification | String | Group notice |
| introduction | String | Group introduction |
| faceURL | String | Group face URL |
| createTime | int | Group creation time |
| status | int | Group status: 0 normal, 1 banned, 2 dismissed, 3 muted |
| creatorUserID | String | Creator ID |
| groupType | int | Group type |
| ownerUserID | String | Owner ID |
| memberCount | int | Member count |
| ex | String | Extension field |
| needVerification | int | Join group verification |
| lookMemberInfo | int | Whether viewing member info is allowed |
| applyMemberFriend | int | Whether adding friends via group is allowed |
| notificationUpdateTime | int | Group notice update time |
| notificationUserID | String | Group notice publisher ID |
OIMGroupBaseInfo
| Field Name | Field Type | Description |
|---|---|---|
| groupName | NSString | Group name |
| notification | NSString | Group notice |
| introduction | NSString | Group introduction |
| faceURL | NSString | Group face URL |
| ex | NSString | Extension field |
OIMGroupCreateInfo
| Field Name | Field Type | Description |
|---|---|---|
| groupInfo | OIMGroupBaseInfo | Group base info |
| memberUserIDs | NSArray <NSString *> | Group member user IDs |
| adminUserIDs | NSArray <NSString *> | Admin user IDs |
| ownerUserID | NSString | Owner user ID |
OIMGroupInfo
| Field Name | Field Type | Description |
|---|---|---|
| groupID | NSString | Group ID |
| groupName | NSString | Group name |
| notification | NSString | Group notice |
| introduction | NSString | Group introduction |
| faceURL | NSString | Group face URL |
| createTime | NSInteger | Group creation time |
| status | OIMGroupStatus | Group status |
| creatorUserID | NSString | Creator ID |
| groupType | OIMGroupType | Group type |
| ownerUserID | NSString | Owner user ID |
| memberCount | NSInteger | Member count |
| ex | NSString | Extension field |
| needVerification | OIMGroupVerificationType | Join verification |
| lookMemberInfo | OIMAllowType | Whether viewing member info is allowed |
| applyMemberFriend | OIMAllowType | Whether adding friends via group is allowed |
| notificationUpdateTime | NSInteger | Group notice update time |
| notificationUserID | NSString | Group notice publisher ID |
GroupInfo
| Field Name | Field Type | Description |
|---|---|---|
| groupID | String | Group ID |
| groupName | String | Group name |
| notification | String | Group notice |
| introduction | String | Group introduction |
| faceURL | String | Group face URL |
| createTime | long | Group creation time |
| status | GroupStatus | Group status |
| creatorUserID | String | Creator ID |
| groupType | GroupType | Group type |
| ownerUserID | String | Owner ID |
| memberCount | Integer | Member count |
| ex | String | Extension field |
| needVerification | GroupVerification | Join verification |
| lookMemberInfo | Integer | Whether viewing member info is allowed |
| applyMemberFriend | Integer | Whether adding friends via group is allowed |
| notificationUpdateTime | long | Group notice update time |
| notificationUserID | String | Group notice publisher ID |
GroupItem
| Field Name | Field Type | Description |
|---|---|---|
| groupID | string | Group ID |
| groupName | string | Group name |
| notification | string | Group notice |
| introduction | string | Group introduction |
| faceURL | string | Group face URL |
| createTime | number | Group creation time |
| status | GroupStatus | Group status |
| creatorUserID | string | Creator ID |
| groupType | GroupType | Group type |
| ownerUserID | string | Owner ID |
| memberCount | number | Member count |
| ex | string | Extension field |
| needVerification | GroupVerification | Join verification |
| lookMemberInfo | AllowType | Whether viewing member info is allowed(client limit) |
| applyMemberFriend | AllowType | Whether adding friends via group is allowed(client limit) |
| notificationUpdateTime | number | Group notice update time |
| notificationUserID | string | Group notice publisher ID |
GroupItem
| Field Name | Field Type | Description |
|---|---|---|
| groupID | string | Group ID |
| groupName | string | Group name |
| notification | string | Group notice |
| introduction | string | Group introduction |
| faceURL | string | Group face URL |
| createTime | number | Group creation time |
| status | GroupStatus | Group status |
| creatorUserID | string | Creator ID |
| groupType | GroupType | Group type |
| ownerUserID | string | Owner ID |
| memberCount | number | Member count |
| ex | string | Extension field |
| needVerification | GroupVerification | Join verification |
| lookMemberInfo | AllowType | Whether viewing member info is allowed |
| applyMemberFriend | AllowType | Whether adding friends via group is allowed |
| notificationUpdateTime | number | Group notice update time |
| notificationUserID | string | Group notice publisher ID |
GroupItem
| Field Name | Field Type | Description |
|---|---|---|
| groupID | string | Group ID |
| groupName | string | Group name |
| notification | string | Group notice |
| introduction | string | Group introduction |
| faceURL | string | Group face URL |
| createTime | number | Group creation time |
| status | GroupStatus | Group status |
| creatorUserID | string | Creator ID |
| groupType | GroupType | Group type |
| ownerUserID | string | Owner ID |
| memberCount | number | Member count |
| ex | string | Extension field |
| needVerification | GroupVerification | Join verification |
| lookMemberInfo | AllowType | Whether viewing member info is allowed |
| applyMemberFriend | AllowType | Whether adding friends via group is allowed |
| notificationUpdateTime | number | Group notice update time |
| notificationUserID | string | Group notice publisher ID |
GroupInfo
| Field Name | Field Type | Description |
|---|---|---|
| GroupID | string | Group ID |
| GroupName | string | Group name |
| Notification | string | Group notice |
| Introduction | string | Group introduction |
| FaceURL | string | Group face URL |
| CreateTime | int | Group creation time |
| Status | int | Group status: 0 normal, 1 banned, 2 dismissed, 3 muted |
| CreatorUserID | string | Creator ID |
| GroupType | int | Group type |
| OwnerUserID | string | Owner ID |
| MemberCount | int | Member count |
| Ex | string | Extension field |
| NeedVerification | int | Join verification |
| LookMemberInfo | int | Whether viewing member info is allowed |
| ApplyMemberFriend | int | Whether adding friends via group is allowed |
| NotificationUpdateTime | int | Group notice update time |
| NotificationUserID | string | Group notice publisher ID |