incrementUnreadCount

abstract suspend fun incrementUnreadCount(conversationId: String)

Increments the unread message count for a specific conversation by 1.

Parameters

conversationId

The unique ID of the conversation.