getMessage

suspend fun MessageStream.getMessage(messageId: String): Message

Retrieves a Message for a given Message ID.

Return

The Message matching the provided ID

Parameters

messageId

The Message ID

Throws

Thrown if there is an error processing the request.