SearchMessagesInConversationUseCase
interface SearchMessagesInConversationUseCase
Use case for searching messages in a conversation by text content.
Inheritors
Functions
Link copied to clipboard
abstract suspend operator fun invoke(conversationId: <Error class: unknown class>, searchQuery: String, limit: Int = 100, offset: Int = 0): SearchMessagesInConversationUseCase.Result
Search messages in a conversation by text content.