ChatFileAttachmentRestrictionsSettingsBuilder

Methods

AllowedExtensions(System.String[])

Array of allowed file extensions (e.g., [".jpg", ".png", ".pdf"]).

Parameters

value - System.String[]

The value that configures the allowedextensions.

MaxFileSize(System.Double)

Maximum allowed file size in bytes.

Parameters

value - System.Double

The value that configures the maxfilesize.

MinFileSize(System.Double)

Minimum allowed file size in bytes.

Parameters

value - System.Double

The value that configures the minfilesize.