GroupInfo
Feature Introduction
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 Announcement |
| introduction | String | Group Introduction |
| faceURL | String | Group Avatar |
| createTime | int | Group Creation Time |
| status | int | Group Status 0 Normal, 1 Banned, 2 Disbanded, 3 Muted |
| creatorUserID | String | Creator ID |
| groupType | int | Group Status |
| ownerUserID | String | Group Owner ID |
| memberCount | int | Group Member Count |
| ex | String | Extension Field |
| needVerification | int | Group Entry Verification Method |
| lookMemberInfo | int | Allow Viewing Member Profile? |
| applyMemberFriend | int | Allow Adding Friends Through Group? |
| notificationUpdateTime | int | Group Announcement Update Time |
| notificationUserID | String | Group Announcement Publisher ID |
OIMGroupBaseInfo
| Field Name | Field Type | Description |
|---|---|---|
| groupName | NSString | Group Name |
| notification | NSString | Group Announcement |
| introduction | NSString | Group Introduction |
| faceURL | NSInteger | Group Avatar |
| ex | NSString | Extension Field |
OIMGroupCreateInfo
| Field Name | Field Type | Description |
|---|---|---|
| groupInfo | OIMGroupBaseInfo | |
| memberUserIDs | NSArray <NSString *> | Group Member User IDs |
| adminUserIDs | NSArray <NSString *> | Group Admin User IDs |
| ownerUserID | NSString | Group Owner User ID |
OIMGroupInfo
| Field Name | Field Type | Description |
|---|---|---|
| groupID | NSString | Group ID |
| groupName | NSString | Group Name |
| notification | NSString | Group Announcement |
| introduction | NSString | Group Introduction |
| faceURL | NSInteger | Group Avatar |
| createTime | NSInteger | Group Creation Time |
| status | OIMGroupStatus | Group Status |
| creatorUserID | NSString | Creator ID |
| groupType | OIMGroupType | Group Type |
| ownerUserID | NSString | Group Owner User ID |
| memberCount | NSInteger | Group Member Count |
| ex | NSString | Extension Field |
| needVerification | OIMGroupVerificationType | Group Entry Verification Method |
| lookMemberInfo | OIMAllowType | Allow Viewing Member Profile? |
| applyMemberFriend | OIMAllowType | Allow Adding Group Members as Friends? |
| notificationUpdateTime | NSInteger | Group Announcement Update Time |
| notificationUserID | NSString | Group Announcement Publisher ID |
GroupInfo
| Field Name | Field Type | Description |
|---|---|---|
| groupID | String | Group ID |
| groupName | String | Group Name |
| notification | String | Group Announcement |
| introduction | String | Group Introduction |
| faceURL | String | Group Avatar |
| createTime | String | Group Creation Time |
| status | OIMGroupStatus | Group Status |
| creatorUserID | String | Creator ID |
| groupType | OIMGroupType | Group Status |
| ownerUserID | String | Group Owner ID |
| memberCount | Integer | Group Member Count |
| ex | String | Extension Field |
| needVerification | OIMGroupVerificationType | Group Entry Verification Method |
| lookMemberInfo | Integer | Allow Viewing Group Member Information? |
| applyMemberFriend | Integer | Allow Adding Group Members as Friends? |
| notificationUpdateTime | Integer | Group Announcement Update Time |
| notificationUserID | String | Group Announcement Publisher ID |
GroupItem
| Field Name | Field Type | Description |
|---|---|---|
| groupID | string | Group ID |
| groupName | string | Group Name |
| notification | string | Group Announcement |
| introduction | string | Group Introduction |
| faceURL | string | Group Avatar |
| createTime | number | Group Creation Time |
| status | GroupStatus | Group Status |
| creatorUserID | string | Creator ID |
| groupType | GroupType | Group Type |
| ownerUserID | string | Group Owner ID |
| memberCount | number | Group Member Count |
| ex | string | Extension Field |
| needVerification | GroupVerification | Group Entry Verification Method |
| lookMemberInfo | AllowType | Allow Viewing Member Profile? |
| applyMemberFriend | AllowType | Allow Adding Friends Inside Group? |
| notificationUpdateTime | number | Group Announcement Update Time |
| notificationUserID | string | Group Announcement Publisher ID |
GroupItem
| Field Name | Field Type | Description |
|---|---|---|
| groupID | string | Group ID |
| groupName | string | Group Name |
| notification | string | Group Notification |
| introduction | string | Group Introduction |
| faceURL | string | Group Avatar |
| createTime | number | Group Creation Time |
| status | GroupStatus | Group Status |
| creatorUserID | string | Creator's ID |
| groupType | GroupType | Group Type |
| ownerUserID | string | Group Owner ID |
| memberCount | number | Group Member Count |
| ex | string | Extended Field |
| needVerification | GroupVerification | Group Entry Verification Method |
| lookMemberInfo | AllowType | Allow Viewing Member Information? |
| applyMemberFriend | AllowType | Allow Adding Group Members as Friends? |
| notificationUpdateTime | number | Group Notification Update Time |
| notificationUserID | string | Group Notification Publisher ID |
GroupItem
| Field Name | Field Type | Description |
|---|---|---|
| groupID | string | Group ID |
| groupName | string | Group Name |
| notification | string | Group Notification |
| introduction | string | Group Introduction |
| faceURL | string | Group Avatar |
| createTime | number | Group Creation Time |
| status | GroupStatus | Group Status |
| creatorUserID | string | Creator's ID |
| groupType | GroupType | Group Type |
| ownerUserID | string | Group Owner ID |
| memberCount | number | Group Member Count |
| ex | string | Extended Field |
| needVerification | GroupVerification | Group Entry Verification Method |
| lookMemberInfo | AllowType | Allow Viewing Member Information? |
| applyMemberFriend | AllowType | Allow Adding Group Members as Friends? |
| notificationUpdateTime | number | Group Notification Update Time |
| notificationUserID | string | Group Notification Publisher ID |
GroupInfo
| Field Name | Field Type | Description |
|---|---|---|
| GroupID | string | Group ID |
| GroupName | string | Group Name |
| Notification | string | Group Notification |
| Introduction | string | Group Introduction |
| FaceURL | string | Group Avatar |
| CreateTime | number | Group Creation Time |
| Status | GroupStatus | Group Status |
| CreatorUserID | string | Creator's ID |
| GroupType | GroupType | Group Type |
| OwnerUserID | string | Group Owner ID |
| MemberCount | number | Group Member Count |
| Ex | string | Extended Field |
| NeedVerification | GroupVerification | Group Entry Verification Method |
| LookMemberInfo | AllowType | Allow Viewing Member Information? |
| ApplyMemberFriend | AllowType | Allow Adding Group Members as Friends? |
| NotificationUpdateTime | number | Group Notification Update Time |
| NotificationUserID | string | Group Notification Publisher ID |