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

Detailed Description

Definition of V2TIMGroupSearchParam.

Public Member Functions

 V2TIMGroupSearchParam ()
 
 V2TIMGroupSearchParam (const V2TIMGroupSearchParam &groupSearchParam)
 
 ~V2TIMGroupSearchParam ()
 

Data Fields

V2TIMStringVector keywordList
 
bool isSearchGroupID
 
bool isSearchGroupName
 

Constructor & Destructor Documentation

◆ V2TIMGroupSearchParam() [1/2]

◆ V2TIMGroupSearchParam() [2/2]

V2TIMGroupSearchParam ( const V2TIMGroupSearchParam groupSearchParam)

◆ ~V2TIMGroupSearchParam()

Field Documentation

◆ keywordList

V2TIMStringVector keywordList

Keyword list to search. Up to 5 keywords are supported.

◆ isSearchGroupID

bool isSearchGroupID

Whether to search by group ID.

◆ isSearchGroupName

bool isSearchGroupName

Whether to search by group name.