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

15 lines (13 loc) 217 B
import gql from 'graphql-tag'; const DELETE_CHAT_ID = gql` mutation($id: Int!) { user: deleteChatId(id: $id) { id, chatIds { id, transport, chatId } } }`; export { DELETE_CHAT_ID };