canHandle

fun canHandle(message: Message): Boolean

Checks if any QuotedAttachmentFactory can consume attachments from the given message. If there are no quoted message factories that can handle the attachment will default to the AttachmentFactoryes that can.

Return

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

Parameters

message

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