UNPKG

n8n-nodes-telegram-mtproto

Version:

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

8 lines (7 loc) 244 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class TelegramMTPROTOApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }