Package-level declarations

Types

Link copied to clipboard
interface FileTransformer

FileTransformer is responsible for transforming the file before uploading it. This can be used to compress images or videos before uploading them. The transformed file will be uploaded to the CDN. The original file will not be modified.

Link copied to clipboard
interface FileUploader

The FileUploader is responsible for sending and deleting files from given channel

Link copied to clipboard

A no-op implementation of FileTransformer.

Link copied to clipboard