Package Exports
- n8n-nodes-telegram-polling
- n8n-nodes-telegram-polling/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (n8n-nodes-telegram-polling) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
n8n-nodes-telegram-polling
An n8n trigger node for telegram that uses the getUpdates API to receive updates with long polling.
The default long polling timeout is 60 seconds.
Motivation:
I'm sitting behind a CGNAT for IPv4 but I have an IPv6 Prefix. The Telegram webhook method does not support IPv6 yet. So the only solution without renting an IPv4 public facing server is to use the long polling method. Another alternatives would be to use the tunnel/VPN.