Attachment class This is a class used to define message attachments
Readonly
Fetches the attachment from synergy servers. Unfortunately, the api does not offer a URL path to the file
base64 string
const base64 = await someAttachment.get();console.log(base64) // -> UEsDBBQABgAIAAAAIQCj77s...
Static
Generated using TypeDoc
Attachment class This is a class used to define message attachments