fetchChannelOrNull

open suspend fun fetchChannelOrNull(): Channel?(source)

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

Throws

if anything went wrong during the request.