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
Functions
Link copied to clipboard
                  abstract suspend operator fun invoke(conversationId: <Error class: unknown class>, messageId: String): GetSearchedConversationMessagePositionUseCase.Result