findMessageById

fun findMessageById(messageId: Uid<Message>): Message?

Finds the message with the specified messageId in all conversations.

Return

The message, or null if not found.

Parameters

messageId

The ID of the message to find.