Details of the instance's attachment settings.

interface AttachmentSettings {
    enabled?: boolean;
    uploadLimit?: number;
}

Properties

enabled?: boolean

Whether the ability to add attachments is enabled.

uploadLimit?: number

The maximum size of attachments permitted, in bytes.