UNPKG

n8n-nodes-telegram-mtproto

Version:

Telegram MTPROTO API integration for n8n - Real-time new message listening and automation

12 lines 419 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TELEGRAM_EVENTS = void 0; exports.TELEGRAM_EVENTS = { NEW_MESSAGE: 'updateNewMessage', MESSAGE_CONTENT: 'updateMessageContent', MESSAGE_EDITED: 'updateMessageEdited', MESSAGE_DELETED: 'updateDeleteMessages', CHAT_ACTION: 'updateChatAction', USER_STATUS: 'updateUserStatus', }; //# sourceMappingURL=types.js.map