From 740b7cfebf84d6d71e34ce29edea289bbe707fc0 Mon Sep 17 00:00:00 2001 From: Justin Ellingwood Date: Thu, 8 May 2025 11:41:08 +0100 Subject: [PATCH] Add user and chat ID restrictions to Telegram trigger (#3140) --- .../trigger-nodes/n8n-nodes-base.telegramtrigger/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/integrations/builtin/trigger-nodes/n8n-nodes-base.telegramtrigger/index.md b/docs/integrations/builtin/trigger-nodes/n8n-nodes-base.telegramtrigger/index.md index f09fc619a..407cc8ed3 100644 --- a/docs/integrations/builtin/trigger-nodes/n8n-nodes-base.telegramtrigger/index.md +++ b/docs/integrations/builtin/trigger-nodes/n8n-nodes-base.telegramtrigger/index.md @@ -47,6 +47,13 @@ For usage examples and templates to help you get started, refer to n8n's [Telegr Some **events may require additional permissions**, see [Telegram's API documentation](https://core.telegram.org/bots/api#getting-updates) for more information. +## Options + +- **Download Images/Files**: Whether to download attached images or files to include in the output data. + - **Image Size**: When you enable **Download Images/Files**, this configures the size of image to download. Downloads large images by default. +- **Restrict to Chat IDs**: Only trigger for events with the listed chat IDs. You can include multiple chat IDs separated by commas. +- **Restrict to User IDs**: Only trigger for events with the listed user IDs. You can include multiple user IDs separated by commas. + ## Related resources n8n provides an app node for Telegram. You can find the node docs [here](/integrations/builtin/credentials/telegram.md).