canHandle

fun canHandle(message: Message): Boolean

Checks if any AttachmentFactory can consume attachments from the given message.

Return

True if there is a factory that can handle the attachments from this message.

Parameters

message

The message containing custom attachments that we are going to render.