getMessage

abstract suspend fun getMessage(messageId: Uid<Message>): Message?

Get the message with the specified messageId; returns null if that message is not available.

If this call returns null, the message was removed from the Conversation.unreadMessages, no later than before the call returns.

Return

the message or 'null' if the message was no longer available.

Parameters

messageId

The ID of the message to retrieve.