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

Properties

NSArray< NSString * > * keywordList
 
BOOL isSearchGroupID
 
BOOL isSearchGroupName
 

Property Documentation

◆ keywordList

- (NSArray<NSString *>*) keywordList
readwritenonatomicstrong

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

◆ isSearchGroupID

- (BOOL) isSearchGroupID
readwritenonatomicassign

Whether to search by group ID.

◆ isSearchGroupName

- (BOOL) isSearchGroupName
readwritenonatomicassign

Whether to search by group name.