@@ -88,9 +88,9 @@ func GetJoinedGroupListPage(callback open_im_sdk_callback.Base, operationID stri
88
88
call (callback , operationID , UserForSDK .Group ().GetJoinedGroupListPage , offset , count )
89
89
}
90
90
91
- func GetJoinedGroupListPageV2 (callback open_im_sdk_callback.Base , operationID string , offset , count int32 ) {
92
- call (callback , operationID , UserForSDK .Group ().GetJoinedGroupListPageV2 , offset , count )
93
- }
91
+ // func GetJoinedGroupListPageV2(callback open_im_sdk_callback.Base, operationID string, offset, count int32) {
92
+ // call(callback, operationID, UserForSDK.Group().GetJoinedGroupListPageV2, offset, count)
93
+ // }
94
94
95
95
func GetSpecifiedGroupsInfo (callback open_im_sdk_callback.Base , operationID string , groupIDList string ) {
96
96
call (callback , operationID , UserForSDK .Group ().GetSpecifiedGroupsInfo , groupIDList )
@@ -108,9 +108,9 @@ func GetGroupMemberListByJoinTimeFilter(callback open_im_sdk_callback.Base, oper
108
108
call (callback , operationID , UserForSDK .Group ().GetGroupMemberListByJoinTimeFilter , groupID , offset , count , joinTimeBegin , joinTimeEnd , filterUserIDList )
109
109
}
110
110
111
- func GetGroupMemberListByJoinTimeFilterV2 (callback open_im_sdk_callback.Base , operationID string , groupID string , offset int32 , count int32 , joinTimeBegin int64 , joinTimeEnd int64 , filterUserIDList string ) {
112
- call (callback , operationID , UserForSDK .Group ().GetGroupMemberListByJoinTimeFilterV2 , groupID , offset , count , joinTimeBegin , joinTimeEnd , filterUserIDList )
113
- }
111
+ // func GetGroupMemberListByJoinTimeFilterV2(callback open_im_sdk_callback.Base, operationID string, groupID string, offset int32, count int32, joinTimeBegin int64, joinTimeEnd int64, filterUserIDList string) {
112
+ // call(callback, operationID, UserForSDK.Group().GetGroupMemberListByJoinTimeFilterV2, groupID, offset, count, joinTimeBegin, joinTimeEnd, filterUserIDList)
113
+ // }
114
114
115
115
func GetSpecifiedGroupMembersInfo (callback open_im_sdk_callback.Base , operationID string , groupID string , userIDList string ) {
116
116
call (callback , operationID , UserForSDK .Group ().GetSpecifiedGroupMembersInfo , groupID , userIDList )
@@ -120,9 +120,9 @@ func GetGroupMemberList(callback open_im_sdk_callback.Base, operationID string,
120
120
call (callback , operationID , UserForSDK .Group ().GetGroupMemberList , groupID , filter , offset , count )
121
121
}
122
122
123
- func GetGroupMemberListV2 (callback open_im_sdk_callback.Base , operationID string , groupID string , filter int32 , offset int32 , count int32 ) {
124
- call (callback , operationID , UserForSDK .Group ().GetGroupMemberListV2 , groupID , filter , offset , count )
125
- }
123
+ // func GetGroupMemberListV2(callback open_im_sdk_callback.Base, operationID string, groupID string, filter int32, offset int32, count int32) {
124
+ // call(callback, operationID, UserForSDK.Group().GetGroupMemberListV2, groupID, filter, offset, count)
125
+ // }
126
126
127
127
func GetGroupApplicationListAsRecipient (callback open_im_sdk_callback.Base , operationID string ) {
128
128
call (callback , operationID , UserForSDK .Group ().GetGroupApplicationListAsRecipient )
0 commit comments