ObserveMessageReceiptsUseCase

Use case to observe the receipts on a message

Return

Flow> - Flow of DetailedReceipt List that should be shown to the user. That Flow emits everytime a receipt on the message is added.

Parameters

receiptRepository

ReceiptRepository for observing the selected message receipts

Inheritors

Functions

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