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.
V2TIMGroupSearchResult

Detailed Description

Definition of V2TIMGroupSearchResult.

Public Member Functions

 V2TIMGroupSearchResult ()
 
 V2TIMGroupSearchResult (const V2TIMGroupSearchResult &groupSearchResult)
 
 ~V2TIMGroupSearchResult ()
 

Data Fields

bool isFinished
 
uint32_t totalCount
 
V2TIMString nextCursor
 
V2TIMGroupInfoVector groupList
 

Constructor & Destructor Documentation

◆ V2TIMGroupSearchResult() [1/2]

◆ V2TIMGroupSearchResult() [2/2]

V2TIMGroupSearchResult ( const V2TIMGroupSearchResult groupSearchResult)

◆ ~V2TIMGroupSearchResult()

Field Documentation

◆ isFinished

bool isFinished

Whether all groups that meet the search criteria have been returned.

◆ totalCount

uint32_t totalCount

The total count of groups that meet the search criteria.

◆ nextCursor

V2TIMString nextCursor

The search cursor for the next cloud search.

◆ groupList

The group list returned by the current cloud search.