markAsRead

abstract suspend fun markAsRead(conversationEntry: ConversationEntry): Result<ConversationEntry>

Sends a read acknowledgement for a ConversationEntry.

Return

The Result from acknowledging a conversationEntry as "Read". Result.Success.data returns the acknowledged message.

Parameters

conversationEntry

The conversation entry.