Class
    V2TIMGroupSearchResult
public class V2TIMGroupSearchResult  
Definition of group search result
Initializers
        init()
    
    public init()  
Properties
        description
    
    public var description: String  
        isFinished
    
    public var isFinished: Bool  
Whether all groups that meet the search criteria have been returned
        groupList
    
    public var groupList: [V2TIMGroupInfo]  
The group list returned by the current cloud search
          
          