getMaxUploadSizeByChannel
Gets the maximum allowed file size (in MB) for a channel, medium, and MIME type.
Priority:
Maximum file size in MB.
getMaxUploadSizeByChannel({ channelType: INBOX_TYPES.WHATSAPP, mime: "image/png" });→ 5
Generated using TypeDoc
Name
getMaxUploadSizeByChannel
Description
Gets the maximum allowed file size (in MB) for a channel, medium, and MIME type.
Priority:
Returns
Maximum file size in MB.
Example