n8n-nodes-telemaragonov
Version:
n8n node for Telegram integration using GRAMJS by telegram@totborodach
10 lines (9 loc) • 363 B
TypeScript
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class TelegramGramJsApi implements ICredentialType {
name: string;
displayName: string;
documentationUrl: string;
properties: INodeProperties[];
authenticate: IAuthenticateGeneric;
test: ICredentialTestRequest;
}