Properties:
Name | Type | Attributes | Description |
---|---|---|---|
keyword |
string |
<optional> |
Keyword list |
senderUserIDList |
Array.<string> |
<optional> |
Messages sent by specified userIDs, maximum 5 supported |
messageTypeList |
Array.<string> |
<optional> |
Specified message type collection to search, default searches all types
|
conversationID |
string |
<optional> |
Search "all conversations" or "specified conversation", when not passed, means all conversations, default: all conversations. Conversation ID composition:
|
timePosition |
number |
<optional> |
Search start time point. Default is 0 which means search from now. Unit: seconds |
timePeriod |
number |
<optional> |
Time range from start time point, unit seconds. Default is 0 which means no time range limit, pass 24 * 60 * 60 to represent past day |
cursor |
string |
<optional> |
Starting position for each cloud search. Do not pass cursor for first search, for continuing search fill in the cursor value returned by last searchCloudMessages call
|
Cloud Message Search Parameters