SearchLocalMessagesParams
Feature Introduction
info
- Unity
SearchLocalMessagesParams
| Parameter Name | Type | Description |
|---|---|---|
| ConversationID | string | Conversation ID, if empty, then it's a global search |
| KeywordList | string[] | Search keyword list, currently only supports searching for one keyword |
| KeywordListMatchType | int | Keyword matching mode, 1 represents AND, 2 represents OR, temporarily unused. |
| SenderUserIDList | string[] | Specify the uid list for message sending, currently unused |
| MessageTypeList | int[] | Message Type List |
| SearchTimePosition | long | Starting time point of the search. Default is 0, which means starting search from now. UTC timestamp, unit: seconds. |
| SearchTimePeriod | long | Time range in seconds from the starting time point. Default is 0, which means no time range restriction. Passing 24x60x60 represents the past day. |
| PageIndex | int | Current page number, starting from 1. It is invalid when conversationID is empty, i.e., in the case of global search |
| Count | int | Number of items per page. It is invalid when conversationID is empty, i.e., in the case of global search |