canHandle

abstract fun canHandle(message: Message): Boolean

Checks if this QuotedAttachmentFactory can consume quoted attachments from the given message.

Return

True if the factory can handle the quoted attachments from this quoted message.

Parameters

message

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