GetSearchedConversationMessagePositionUseCase

Gets the Selected Message Position from Search

Parameters

conversationId

ConversationId the id of the conversation where the search is happening.

messageId

String the id of the selected message from search.

Inheritors

Types

Link copied to clipboard
interface Result

Functions

Link copied to clipboard
abstract suspend operator fun invoke(conversationId: <Error class: unknown class>, messageId: String): GetSearchedConversationMessagePositionUseCase.Result