getMessage

open override fun getMessage(messageID: Message.MessageID): Message?

Retrieves a message by its ID.

Return

The message with the given ID, or null if it does not exist.

Parameters

messageID

The ID of the message to retrieve.