getMessage

open fun getMessage(messageId: String): Message

Get the Message with the corresponding message ID.

Return

A Message or null if one does not exist.

Parameters

messageId

The message ID of the desired Message.