markConversationReadUpToAndIncluding

Marks all messages up to and including the message with the specified messageId as read for the conversation with the specified conversationId.

Note that if no conversation is found with conversationId or no messages is found with messageId nothing will happen.

Return

true on success and false when the conversation is not found.

Parameters

conversationId

The ID of the conversation.

messageId

The ID of the message up to and including which to mark messages read.