fetchMessageOrNull

open suspend fun fetchMessageOrNull(): Message?(source)

Retrieve the Message associated with this behaviour from the provided EntitySupplier returns null if the Message isn't present.

Throws

if anything went wrong during the request.