getMessage

fun getMessage(messageId: String): Call<Message>

Fetches a single message from the backend.

Return

The message wrapped inside Result if the call was successful, otherwise returns a Error instance wrapped inside Result.

Parameters

messageId

The ID of the message we are fetching from the backend.