AttachmentUploadCallback
AttachmentUploadCallback = (
attachment) =>Promise<string>
Defined in: sdks/js/agent-sdk/src/util/AttachmentUtil.ts:10
Uploads encrypted attachment bytes and returns their public URL.
Parameters
Section titled “Parameters”attachment
Section titled “attachment”Returns
Section titled “Returns”Promise<string>

