FilesConfig

data class FilesConfig(val minCount: Long?, val maxCount: Long?, val maxFileSize: Long?, val maxWholeUploadSize: Long?)

Holds Inbox files configuration.

Constructors

Link copied to clipboard
constructor(minCount: Long?, maxCount: Long?, maxFileSize: Long?, maxWholeUploadSize: Long?)

Properties

Link copied to clipboard

Maximum number of files allowed when sending Inbox entry

Link copied to clipboard

Maximum file size allowed when sending Inbox entry

Link copied to clipboard

Maximum size of all files in total allowed when sending Inbox entry

Link copied to clipboard

Minimum number of files required when sending Inbox entry