Class
V2TIMMessageSearchResult
public class V2TIMMessageSearchResult
Initializers
init()
public init()
Properties
description
public var description: String
totalCount
public var totalCount: UInt
If you search a specific conversation, the total number of messages that match the search conditions will be returned.
If you search all conversations, the number of conversations that contain matching messages will be returned.
messageSearchResultItems
public var messageSearchResultItems: Array<V2TIMMessageSearchResultItem>
If you search a specific conversation, the messages that match the search conditions in that conversation will be returned.
If you search all conversations, matching messages in all conversations will be returned, grouped by conversation ID and paginated.