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.
V2TIMGroupMemberSearchResultabstract
Swift - V2TIMGroupMemberSearchResult
Swift

Class V2TIMGroup​Member​Search​Result

public class V2TIMGroupMemberSearchResult  

Definition of group member search result

Initializers

init()

public init()  

Properties

description

public var description: String  

is​Finished

public var isFinished: Bool  

Whether all the group members have been fetched

total​Count

public var totalCount: UInt  

The total count of group members that meet the search criteria

search​Cursor

public var searchCursor: String?  

The search cursor for the next cloud search

group​List

public var groupList: [String: Array<V2TIMGroupMemberFullInfo>]  

The group member list returned by the current cloud search