clearUnreadCount

abstract suspend fun clearUnreadCount(conversationId: String)

Clears the unread message count for a specific conversation, setting it to 0.

Parameters

conversationId

The unique ID of the conversation.