import Nuntly from '@nuntly/sdk';
const client = new Nuntly({
apiKey: process.env['NUNTLY_API_KEY'], // This is the default and can be omitted
});
const messageAttachments = await client.messages.attachments.list(
'imsg_01kabn43yqyxn2bx4ve84mczd3',
);
console.log(messageAttachments);
import Nuntly from '@nuntly/sdk';
const client = new Nuntly({
apiKey: process.env['NUNTLY_API_KEY'], // This is the default and can be omitted
});
const messageAttachments = await client.messages.attachments.list(
'imsg_01kabn43yqyxn2bx4ve84mczd3',
);
console.log(messageAttachments);