tencent cloud

All product documents
Chat
Last updated: 2024-02-07 11:03:46
Unity
Last updated: 2024-02-07 11:03:46

Feature Description

Only locally stored users can be searched for, such as contacts or user profiles that have been pulled.

Searching for the Local User Profile

Call the FriendshipSearchFriends API (Details) to search for the local user profile. You can set the search keyword friendship_search_param_keyword_list and specify the search scope to set whether to search by the userID, nickName, and remark fields of a user.
Sample code:
// Search for a friend by keyword
FriendSearchParam param = new FriendSearchParam
{
friendship_search_param_keyword_list = new List<string>
{
"Keyword 1"
},
friendship_search_param_search_field_list = new List<TIMFriendshipSearchFieldKey>
{
TIMFriendshipSearchFieldKey.kTIMFriendshipSearchFieldKey_Identifier,
TIMFriendshipSearchFieldKey.kTIMFriendshipSearchFieldKey_NikeName,
TIMFriendshipSearchFieldKey.kTIMFriendshipSearchFieldKey_Remark
}
};
TIMResult res = TencentIMSDK.MsgSearchLocalMessages(param, (int code, string desc, List<FriendInfoGetResult> result, string user_data)=>{
// Process the async logic
});
Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback

Contact Us

Contact our sales team or business advisors to help your business.

Technical Support

Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

7x24 Phone Support
Hong Kong, China
+852 800 906 020 (Toll Free)
United States
+1 844 606 0804 (Toll Free)
United Kingdom
+44 808 196 4551 (Toll Free)
Canada
+1 888 605 7930 (Toll Free)
Australia
+61 1300 986 386 (Toll Free)
EdgeOne hotline
+852 300 80699
More local hotlines coming soon