IMSDK
IM features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication. It also provides complete app access and backend management APIs.
V2TIMGroupMemberSearchResult

Properties

BOOL isFinished
 
NSUInteger totalCount
 
NSString * nextCursor
 
NSDictionary< NSString *, NSArray< V2TIMGroupMemberFullInfo * > * > * memberList
 

Property Documentation

◆ isFinished

- (BOOL) isFinished
readwritenonatomicassign

Whether all group members that meet the search criteria have been returned.

◆ totalCount

- (NSUInteger) totalCount
readwritenonatomicassign

The total count of group members that meet the search criteria.

◆ nextCursor

- (NSString*) nextCursor
readwritenonatomicstrong

The search cursor for the next cloud search.

◆ memberList

- (NSDictionary<NSString *, NSArray<V2TIMGroupMemberFullInfo *> *>*) memberList
readwritenonatomicstrong

The group member list returned by the current cloud search.