UNPKG
n8n-nodes-telemaragonov
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
n8n node for Telegram integration using GRAMJS by telegram@totborodach
t.me/n8nsupport
n8n-nodes-telemaragonov
/
dist
/
nodes
/
TelegramGramJs
/
TelegramGramJs.node.d.ts
6 lines
(5 loc)
•
274 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IExecuteFunctions
,
INodeExecutionData
,
INodeType
,
INodeTypeDescription
}
from
'n8n-workflow'
;
export
declare
class
TelegramGramJs
implements
INodeType
{
description
:
INodeTypeDescription
;
execute
(
this
:
IExecuteFunctions
):
Promise
<
INodeExecutionData
[][]>; }