UNPKG

node-red-contrib-chatbot

Version:

REDBot a Chat bot for a full featured chat bot for Telegram, Facebook Messenger and Slack. Almost no coding skills required

6 lines (4 loc) 148 B
const isAttachment = (obj) => { return typeof obj === 'object' && obj.filename != null && obj.content != null; }; module.exports = isAttachment;