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

12 lines (10 loc) 233 B
import PropTypes from 'prop-types'; const TypeSimulatorMessage = PropTypes.shape({ username: PropTypes.string, ts: PropTypes.string, content: PropTypes.string, userId: PropTypes.string }); export { TypeSimulatorMessage };