get

abstract suspend fun get(serial: String): Message

Retrieves a specific message by its serial identifier.

Return

The message object associated with the provided serial.

Parameters

serial

The unique serial identifier of the message to be retrieved.