getMessageByUrl

suspend fun getMessageByUrl(messageUrl: String?): Message?

Get the Message with the corresponding message body URL.

Return

A Message or null if one does not exist.

Parameters

messageUrl

The message body URL of the desired Message.