UpdateTarget
Specifies which conversations should be marked as notified
Inheritors
Types
Link copied to clipboard
All conversations should be marked as notified.
Link copied to clipboard
data class SingleConversation(val conversationId: <Error class: unknown class>, val notifiedDate: <Error class: unknown class>? = null) : MarkMessagesAsNotifiedUseCase.UpdateTarget
A specific conversation, represented by its conversationId, should be marked as notified.