SearchMessagesInConversationUseCase

Use case for searching messages in a conversation by text content.

Inheritors

Types

Link copied to clipboard
sealed interface Result

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.