SendConfirmationUseCase

internal interface SendConfirmationUseCase

This use case allows to send a confirmation type ReceiptType.READ

Functions

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