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).