V2TimMessageSearchResult
Introduction
The search result of messages.
Parameter introduction
totalCount
Parameter type : String
Supported Platform: All
- Parameter description : If you search a specified conversation, the total number of eligible messages is returned. If you search all conversations, the total number of conversations where the eligible messages reside is returned.
messageSearchResultItems
Parameter type : List< V2TimMessageSearchResultItem >
Supported Platform: All
- Parameter description : If you search a specified conversation, the result list contains only the results found in the conversation. If you search all conversations, eligible messages are grouped by conversation ID and returned on multiple pages.
toJson
Parameter type : Map< String, dynamic > toJson()
Supported Platform: All
- Parameter description : Get the data in Map.