MarkConversationAsDeletedLocallyUseCase

Marks a conversation as deleted locally, which is a first step in the local deletion process. After this call, the conversation will not be visible in the app. To complete the local deletion, call DeleteConversationUseCase, which can already be done asynchronously in the background.

Inheritors

Types

Link copied to clipboard
sealed class Result

Functions

Link copied to clipboard
abstract suspend operator fun invoke(conversationId: <Error class: unknown class>): <Error class: unknown class><<Error class: unknown class>, Unit>