QuotedAttachmentFactoryManager

class QuotedAttachmentFactoryManager(quotedAttachmentFactories: List<QuotedAttachmentFactory> = listOf())

A manager for registered quoted attachment factories.

Constructors

Link copied to clipboard
constructor(quotedAttachmentFactories: List<QuotedAttachmentFactory> = listOf())

Functions

Link copied to clipboard
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.

Link copied to clipboard

Create and add a view for the quoted attachments.