SendConfirmationUseCase
This use case allows to send a confirmation type ReceiptType.READ
For 1:1 we take into consideration UserPropertyRepository.getReadReceiptsStatus
For group conversations we have to look for each group conversation configuration.
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>